Ticket #515 (defect)
Opened 2 years ago
Last modified 2 years ago
python setup.py install broken on revision 1081 broken
Status: closed (fixed)
| Reported by: | horatio@computer.org | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | installation |
| Cc: |
cherrypy.lib.filter was left in setup.py's packages list. There isn't any such package anymore, so setup.py breaks at that point.
Removing the offending item made it all better.
Change History
04/27/06 22:09:03: Modified by horatio@computer.org
04/27/06 22:10:44: Modified by horatio@computer.org
...sigh... forgot to wikiformat it. Y'might want to let people who can write tickets, attach files.
05/02/06 16:26:48: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Fixed in [1086].


horatio@selkie ~/src/cherrypy $ svn diff > ~/patch horatio@selkie ~/src/cherrypy $ cat ~/patch Index: setup.py =================================================================== --- setup.py (revision 1081) +++ setup.py (working copy) @@ -35,7 +35,7 @@