Re: [python-win32] running a service within a virtual environment

2014-01-30 Thread Robin Becker
On 29/01/2014 12:56, Robin Becker wrote: ... 1) The application is currently set up as a virtual environment, but it was created as using enthought python. It has pywin32 installed, but running pythonservice.exe gives an error "cannot import module site" My questions are: should I dump

[python-win32] running a service within a virtual environment

2014-01-29 Thread Robin Becker
0) I'm trying to run a django app as a service using cherrypy I have seen http://www.guguweb.com/2013/10/13/django-on-windows/ and that looks pretty good as a start. 1) The application is currently set up as a virtual environment, but it was created as using enthought python. It has pywin32 in