Modify

Opened 14 years ago

Closed 12 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 14 years ago by anonymous

Priority: normallowest
Severity: normalblocker
Trac Release: 0.110.12
Type: defectenhancement

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/

comment:2 Changed 12 years ago by Ryan J Ollos

Resolution: duplicate
Status: newclosed

Fixed in #8515.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Petr Škoda.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.