CherryPy

zerounonove <[email protected]> Wed, 9 Jan 2008 14:21:34 +0100
Newsgroups gmane.comp.python.windows-ce
Message-ID <[email protected]>
Hi, i'm trying to port a python application to pythonce, it use CherryPy and
CherryTemplate

I've tried to install cherrypy but installation fails because distutils
module is not implemented (if i read correctly)
so resolved by install on pc and then copying files in dir site-packages

It works but when i turn off the pocketpc and then turn on, if cherrypy is
running (what i need) it try to invoke some methods to restart the web
service... and then i got an exception of module "os" not having attribute
"execv" (think is not implemented yet)

Any help?

Some of you had tried CherryPy succesfully?

Thanks

Andrea

_______________________________________________
PythonCE mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythonce