Re: [IronPython] Building stand alone executable

2008-08-27 Thread Michael Foord
cephire wrote: Thank you. I built as console and I get an error no module named logging. I am using IPCE-r7. i'm importing logging using import logging. and as i said before it works fine when i invoke using ipy mainform.py. logging is a Python standard library module. IPCE includes the Py

Re: [IronPython] Building stand alone executable

2008-08-27 Thread cephire
Thank you. I built as console and I get an error no module named logging. I am using IPCE-r7. i'm importing logging using import logging. and as i said before it works fine when i invoke using ipy mainform.py. Joseph On Aug 27, 6:18 pm, Michael Foord <[EMAIL PROTECTED]> wrote: > cephire wrote:

Re: [IronPython] Building stand alone executable

2008-08-27 Thread Michael Foord
cephire wrote: Hi: The program that I've written works well when using the ipy command. I tried to compile it as a standalond executable using pyc.py. It produces an executable without any error. When I try to execute the executable, nothing happens; There is no error message; nothing. How can I

[IronPython] Building stand alone executable

2008-08-27 Thread cephire
Hi: The program that I've written works well when using the ipy command. I tried to compile it as a standalond executable using pyc.py. It produces an executable without any error. When I try to execute the executable, nothing happens; There is no error message; nothing. How can I debug? How can I