On Apr 13, 8:44 am, Christian Wyglendowski <
christ...@dowski.com>
wrote:
Great, I am glad this idea is gaining some ground. I have another
thought though. Should the package install with the same package
structure as cherrypy or would it have an alternate structure?
The reason I ask is because it would be preferable (IMO) to do:
from cherrypy.wsgiserver import CherryPyWSGIServer
as opposed to (naming is just for example purposes)
from cherrypyserver import CherryPyWSGIServer
Having the same import regardless of whether the full blown cherrypy
package was installed or just the server-only version seems better
from my perspective. However, I wonder if that might be an issue for
some packages which test for the existence of cherrypy. They might do
a simple:
import cherrypy
to test and if that works without an exception assume the whole
package is available when really only the server component is
available.
Just wondering how you thought you might implement it if you decide to
move forward with this idea.
Thank you once again for your consideration.