On Apr 24, 6:53 pm, Alex Hall wrote:
> Hello all,
> I have a compiled version of my project, but the wx functions do not
> work. When run from the python source, instead of the compiled .exe
> file, wx works as expected. I am including msvcr90.dll in the dist
> folder. I looked for answers on Goog
[EMAIL PROTECTED] wrote:
> Hello,
>
> I have test.py:
> print 'hello'
>
> I compile using iron python the result is test.exe
>
> I have got error message when I tried to call test.exe telling that
> test.exe is not a valid win32 application.
>
> How can I solve this problem?
>
> Sincerely Your