Modify ↓
Opened 2 years ago
Closed 17 months ago
#8515 closed defect (fixed)
Unable to install on Python 2.4 - extras_require
| Reported by: | john.williams@… | Owned by: | peca |
|---|---|---|---|
| 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 17 months ago by rjollos
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


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