About to bump the Fedora/EPEL webpy package to 0.34 and ran into a
couple issues. Perhaps I should file bugs, but wanted to bring them up
here first:
- One request I have is to remove the bundled version of cherrypy's
wsgiserver[1]. This seems pretty doable as Fedora provides the
same version of cherrypy as your embedded version's wsgiserver.
I am considering just removing the wsgiserver subdirectory
completely and changing the import line to:
from cherrypy.wsgiserver import CherryPyWSGIServer
Maybe there's a cleaner way to do this without patching the source.
What would stop you guys from simply requiring that cherrypy also
be installed on the system?
- The latest 0.34 tarball appears to be missing some content from
0.32:
- ChangeLog.txt
- LICENSE.txt
- Unit Tests
Was this intentional? I see these files are still present in git.
Thanks,
Ray
[1] https://bugzilla.redhat.com/show_bug.cgi?id=610969
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/webpy?hl=en.