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 PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce