Had a report on the 2+2 thread that:
File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\GuiAutoImport.py", line 160, in do_import
self.importer.runUpdated()
File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\fpdb_import.py", line 371, in runUpdated
(stored, duplicates, partial, errors, ttime) = self.import_file_dict(self.database, file, self.filelist[file][0], self.filelist[file][1], None)
File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\fpdb_import.py", line 467, in import_file_dict
print "fpdb_import: sending hand to hud", hand.dbid_hands, "pipe =", self.caller.pipe_to_hud
IOError: [Errno 9] Bad file descriptor
Was happening, which is a crash attempting to print self.caller.pipe_to_hud
This patch doesn't fix the problem, but should give some indication in the log that it happened.
|
||
|---|---|---|
| files | ||
| gfx | ||
| packaging | ||
| pyfpdb | ||
| regression-test | ||
| utils | ||
| agpl-3.0.txt | ||
| fdl-1.2.txt | ||
| gpl-2.0.txt | ||
| gpl-3.0.txt | ||
| Makefile | ||
| mit.txt | ||
| readme.txt | ||
| run_fpdb.bat | ||
| run_fpdb.py | ||
| setup.py | ||
| test_Python_Libs.py | ||
| test_Python.py | ||
Please visit http://fpdb.sourceforge.net for documentation, tips and help.