Hi, I am supporting a rather large software package using P4Python module. I am using python 2.6.6.7 x64 and PyInstaller 2.1 The problem I currently have is: - I have a working thread running a sync command on our Perforce server. - If I cancel the sync, using any normal thread commands, P4Python may leave file descriptors open. I could not find out until now those descriptors.. or a reliable way to find them. Until now I was just using os.closerange(,) to close the file descriptors that may be left open and worked well.
My actual problem with PyInstaller is that if I compile the code with PyInstaller this command throws the error: IOError : [Errno 9] Bad file descriptor Can someone help me please? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
