Hi,
I am supporting a large software that uses P4Python for communicating with 
our Perforce server.
Using python 2.6.7 x64 and PyQt

The problem I am currently having is:
- I have a separate thread to sync local files with P4Python
- If cancelling the sync with any of the usual methods, the P4Python lib 
may left file descriptors without closing.
- I was using os.closerange(,) to close all possible file descriptors left 
open and worked fine until now.
- If compiled with PyInstaller 2.1 it throws this error:
 IOError: [Errno 9] Bad file descriptor

Could someone help me please? 

ps: sorry If I post this question twice.. somehow I dont see it in the list 
anymore.

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

Reply via email to