compile 32bit application in python for use on 64bit win machine

2011-06-23 Thread miamia
Hello, I am using 32bit win xp pro and compiling my python scripts as exe with py2exe. Everything works ok on 32bit windows platforms. But how can I compile my program for use on 64bit Windows? On 64bit windows this error occures in event log: Activation context generation failed for C:\Program

Re: compile 32bit application in python for use on 64bit win machine

2011-06-23 Thread Andrew Berg
On 2011.06.23 06:24 PM, miamia wrote: Hello, I am using 32bit win xp pro and compiling my python scripts as exe with py2exe. Everything works ok on 32bit windows platforms. But how can I compile my program for use on 64bit Windows? On 64bit windows this error occures in event log: