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] Building Python-2.7.6 for 64bit Windows

2014-01-30 Thread Bharath Ramesh
I had initially posted this to python-help and I was pointed to post on this mailing list. I am trying to automate building Python-2.7.6 for our project. The reason we are not using a precompiled python is because in our project we embed python into our applications address space. Our application

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-30 Thread Tim Roberts
Bharath Ramesh wrote: > > I am trying to automate building Python-2.7.6 for our project. The > reason we are not using a precompiled python is because in our project > we embed python into our applications address space. Our application > uses a different version of few of the libraries that Python

Re: [python-win32] Building Python-2.7.6 for 64bit Windows

2014-01-30 Thread Bharath Ramesh
>Bharath Ramesh wrote: >> >> I am trying to automate building Python-2.7.6 for our project. The >> reason we are not using a precompiled python is because in our project >> we embed python into our applications address space. Our application >> uses a different version of few of the libraries that