Modify

Opened 13 years ago

Closed 12 years ago

#8515 closed defect (fixed)

Unable to install on Python 2.4 - extras_require

Reported by: john.williams@… Owned by: Petr Škoda
Priority: normal Component: TracDownloaderPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Attempting to install from source on a RHEL5 box:

Python 2.4.3 (#1, Nov 11 2010, 13:30:19)

gives the following:

[root@petalogix 0.11]# python setup.py -q bdist_egg --dist-dir /tmp/downloader/egg-dist
  File "setup.py", line 23
    extras_require = {},
                 ^
SyntaxError: invalid syntax

Attachments (0)

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [11233]) Fixes #8515: Syntax error in setup.py was preventing installation.

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.