iron python exe problem
D H
x at y.z
Tue Dec 6 09:18:30 EST 2005
ajikoe at gmail.com 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 Yours,
> Pujo
>
drag all the ironpython dlls into the same folder as your generated exe
and try again. That error could also be a result of running a .net 2
app in .net 1.1 or something similar.
More information about the Python-list
mailing list