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
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:
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
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