On 3/13/07, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > > On 06/03/2007 10.50, Hannes Mueller wrote: > > >> 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 > > > > Can anyone think of a possible cause? That would really help me in > > pinpointing the problem and creating a test case... > > Does this happen if you package the program in console mode? Does this happen > if you run your application (unpackaged) with "pythonw"?
I will test it today, but I found a "workaround" of sorts by just redirecting the log to a file, then it works. Will follow up to your questions later today. Thanks, 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 -~----------~----~----~----~------~----~------~--~---
