Ticket #6499 (closed enhancement: duplicate)

Opened 2 years ago

Last modified 4 months ago

SyntaxError in easy_install

Reported by: anonymous Assigned to: peca
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

Change History

08/05/10 06:42:18 changed by anonymous

  • priority changed from normal to lowest.
  • release changed from 0.11 to 0.12.
  • type changed from defect to enhancement.
  • severity changed from normal to blocker.

test@lzh:~/soft/tracdownloader/0.11$ python setup.py bdist_egg

File "setup.py", line 23

keywords = 'trac downloader',

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

02/02/12 23:37:03 changed by rjollos

  • status changed from new to closed.
  • resolution set to duplicate.

Fixed in #8515.


Add/Change #6499 (SyntaxError in easy_install)




Change Properties
Action