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
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
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
>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