Modify ↓
Opened 16 years ago
Closed 14 years ago
#6499 closed enhancement (duplicate)
SyntaxError in easy_install
| Reported by: | anonymous | Owned by: | Petr Škoda |
|---|---|---|---|
| Priority: | lowest | Component: | TracDownloaderPlugin |
| Severity: | blocker | Keywords: | tracdownloader, plugin, easy_install |
| Cc: | Trac Release: | 0.12 |
Description
I'm trying to install the TracDownloader plugin via easy_install and I'm getting a SyntaxError from easy_install.
Here is my output:
$easy_install http://trac-hacks.org/svn/tracdownloaderplugin/0.11/
Downloading http://trac-hacks.org/svn/tracdownloaderplugin/0.11/
Doing subversion checkout from http://trac-hacks.org/svn/tracdownloaderplugin/0.11/ to /tmp/easy_install-8nzZmD/0.11
Processing 0.11
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-8nzZmD/0.11/egg-dist-tmp-0TLfM7
Traceback (most recent call last):
File "/opt/local/bin/easy_install", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1712, in main
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 1716, in <lambda>
File "/opt/local/lib/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
File "/opt/local/lib/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
File "/opt/local/lib/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 211, in run
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 422, in easy_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 476, in install_item
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 655, in install_eggs
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 930, in build_and_install
File "build/bdist.linux-i686/egg/setuptools/command/easy_install.py", line 919, in run_setup
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 62, in run_setup
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 105, in run
File "build/bdist.linux-i686/egg/setuptools/sandbox.py", line 64, in <lambda>
File "setup.py", line 23
extras_require = {},
^
SyntaxError: invalid syntax
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
| Priority: | normal → lowest |
|---|---|
| Severity: | normal → blocker |
| Trac Release: | 0.11 → 0.12 |
| Type: | defect → enhancement |
Note: See
TracTickets for help on using
tickets.



test@lzh:~/soft/tracdownloader/0.11$ python setup.py bdist_egg
SyntaxError: invalid syntax test@lzh:~/soft/tracdownloader/0.11$ svn co http://trac-hacks.org/svn/tracdownloaderplugin/0.11/