Modify ↓
Opened 14 years ago
Closed 13 years ago
#8515 closed defect (fixed)
Unable to install on Python 2.4 - extras_require
Reported by: | 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)
Note: See
TracTickets for help on using
tickets.
(In [11233]) Fixes #8515: Syntax error in
setup.py
was preventing installation.