Opened 16 years ago
Closed 16 years ago
#3446 closed defect (duplicate)
tracdownloaderplugin fails on easy_install - Python 2.4
Reported by: | anonymous | Owned by: | Petr Škoda |
---|---|---|---|
Priority: | high | Component: | TracDownloaderPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Installed /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/PyCAPTCHA-0.4-py2.4.egg Processing dependencies for PyCaptcha Finished processing dependencies for PyCaptcha power-mac-g5:~/src/tracdownloaderplugin/0.10 pamaku$ easy_install http://trac-hacks.org/svn/tracdownloaderplugin/0.10/ Downloading http://trac-hacks.org/svn/tracdownloaderplugin/0.10/ Doing subversion checkout from http://trac-hacks.org/svn/tracdownloaderplugin/0.10/ to /tmp/easy_install-Zl-o_S/0.10 Processing 0.10 Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-Zl-o_S/0.10/egg-dist-tmp-Wj0rvG Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/easy_install", line 7, in ?
sys.exit(
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 1671, in main
with_ei_usage(lambda:
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 1659, in with_ei_usage
return f()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 1675, in <lambda>
distclass=DistributionWithoutHelpCommands, kw
File "/Library/Frameworks/Python.framework/Versions/2.4lib/python2.4/distutils/core.py", line 149, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/2.4lib/python2.4/distutils/dist.py", line 946, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/2.4lib/python2.4/distutils/dist.py", line 966, in run_command
cmd_obj.run()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 211, in run
self.easy_install(spec, not self.no_deps)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 422, in easy_install
return self.install_item(None, download, tmpdir, deps, True)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 476, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 655, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 930, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/command/easy_install.py", line 919, in run_setup
run_setup(setup_script, args)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/sandbox.py", line 26, in run_setup
DirectorySandbox(setup_dir).run(
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/sandbox.py", line 63, in run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/setuptools-0.6c8-py2.4.egg/setuptools/sandbox.py", line 29, in <lambda>
{'file':setup_script, 'name':'main'}
File "setup.py", line 23
extras_require = {},
SyntaxError: invalid syntax
Attachments (0)
Change History (2)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is probably the same error I get when trying to build an egg: