Modify ↓
Opened 17 years ago
Closed 16 years ago
#3866 closed defect (invalid)
TracWysiwygPlugin not working with Python2.5
| Reported by: | Owned by: | Jun Omae | |
|---|---|---|---|
| Priority: | normal | Component: | TracWysiwygPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
Hello,
2 weeks ago i was trying to get the plugin working, although it installed without errors and the plugin was active in the trac.ini settings, the wysiwyg bar never appeared.
I have this plugin working in Debian4 with Python 2.4, its not working in Arch Linux with python 2.5.
Now trying to reinstall it to see if the new changes took any effect on this, it wont even install:
{'__file__':setup_script, '__name__':'__main__'}
File "setup.py", line 20, in <module>
File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/usr/lib/python2.5/site-packages/setuptools/command/bdist_egg.py", line 167, in run
self.run_command("egg_info")
File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
cmd_obj.run()
File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 171, in run
self.find_sources()
File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 252, in find_sources
mm.run()
File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 306, in run
self.add_defaults()
File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 333, in add_defaults
rcfiles = list(walk_revctrl())
File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 45, in walk_revctrl
for item in ep.load()(dirname):
File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 52, in _default_revctrl
for path in finder(dirname,path):
File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 98, in entries_finder
log.warn("unrecognized .svn/entries format in %s", dirname)
NameError: global name 'log' is not defined
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 16 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Known issue with setuptools
Note: See
TracTickets for help on using
tickets.



This is setuptools problem with subversion 1.5. Upgrade to python-setuptools/0.6c8-4, use subversion 1.4 or use change-svn-wc-format.py.
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489263, http://bugs.python.org/setuptools/issue4.