I'm using pyc.py with and a StdLib.dll, and other DLL dependencies. The
clrtype.py file is passed as an extra file to the pyc command.
$ ipy pyc.py /standalone /target:winexe /out:myapp /main:app.py ...
clrtype.py
Regards,
2015-04-24 14:29 GMT-04:30 Slide :
> How are you creating your exe?
>
How are you creating your exe?
On Fri, Apr 24, 2015, 11:55 Sebastián Magrí wrote:
> Hi!
>
> I'm using clrtype.py to do some user32.dll integration and I'm creating a
> standalone .exe which uses this integration.
>
> When I run the .exe on a machine with IronPython installed, it works
> flawlesl
Hi!
I'm using clrtype.py to do some user32.dll integration and I'm creating a
standalone .exe which uses this integration.
When I run the .exe on a machine with IronPython installed, it works
flawlesly. However, If I run the .exe on a machine without IronPython, then
the I get a ValueError. The t