|
The exception that Anton is seeing means that the .NET runtime
cannot locate assemblies (IronPython.dll and IronMath.dll) which the compiled
executables depend on. They need to be in the same directory as the compiled
executable for it to work. The executables created via the pyc sample that Alexander
pointed out will have the same problem (except the sample documentation is
quite explicit about it). Martin From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Alexander Shafranov Anton! On 9/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: How to make exe a file? |
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
