Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

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

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 @@

url="http://www.cherrypy.org" cp_license="BSD" packages=[ - "cherrypy", "cherrypy.lib", "cherrypy.lib.filter", + "cherrypy", "cherrypy.lib",

"cherrypy.tutorial", "cherrypy.test", "cherrypy.filters",

] download_url="http://sourceforge.net/project/showfiles.php?group_id=56099" horatio@selkie ~/src/cherrypy $

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].

Hosted by WebFaction

Log in as guest/cpguest to create tickets