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
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to