[PythonCE] CherryPy

zerounonove zerounonove at gmail.com
Wed Jan 9 14:21:34 CET 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20080109/f04efc12/attachment.htm 


More information about the PythonCE mailing list