[IronPython] compiling an executable with the standard library

Andrew Evans evans.d.andrew at gmail.com
Mon Jul 12 19:49:37 CEST 2010


I am having problems compiling an executable. From what research I have
done, I need to include in my compilation the python standard modules that I
am using. How ever I can not figure out how to do this.

Any advice would be appreciated here is the command I am using

ipy <path to pyc>\pyc.py /main:<path to app>\p2pChat.py /target:exe

these are the modules used in my script

import socket
from threading import *

Thank you in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100712/f9738bb5/attachment.html>


More information about the Ironpython-users mailing list