vid
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Bruce Bromberek
Sent: Thursday, April 29, 2010 4:18 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Dirstributing scripts as Exe
You also have to watch that the IronPython automatically
put all of IronPython's required DLLs in the GAC at some point
> in the future.
>
> - David
>
> -Original Message-
> From: users-boun...@lists.ironpython.com [mailto:
> users-boun...@lists.ironpython.com] On Behalf Of Mico Siahaan
> Sent: Thursday, April 29, 2010
y, April 29, 2010 3:04 PM
To: Users@lists.ironpython.com
Subject: [IronPython] Dirstributing scripts as Exe
Dear all,
In CPython there is py2exe to distribute scripts as exe. I notice
there is pyc.py scripts in IronPython\Tools. I tried to use pyc to
compile one simple script. It produced an exe
Dear all,
In CPython there is py2exe to distribute scripts as exe. I notice
there is pyc.py scripts in IronPython\Tools. I tried to use pyc to
compile one simple script. It produced an exe file. But when I tried
to run the exe file, Windows complained: 'Windows stop working...'.
Did I do something