Hi.

I seem to have another stange problem, and I was wondering if any of you 
encountered this before.

We use logging extensively in our application, but when I pack the 
program with pyInstaller, I get some IOErrors:

Trace:
File ".....\out1.pyz/logging", line xxx, in emit
File ".....\out1.pyz/logging", line xxx, in flush
IOError: [Errno 9] Bad file descriptor

everytime I try to log something.

As mentioned before, I use wxPython 2.8.1.1, Python 2.5 and pyInstaller 1.3

The strange thing is, when I use a smaller version of our program (some 
extra classes are not initialized, fewer windows, like a demo mode) the 
logging works.

So I was hoping for some hints before I try to crawl through the program 
and construct test cases. Anyone encountered this before? Could it be 
connected to multiple logger instanciations?

Hannes


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to