Go to file
Worros 53c796dddc Importer: Add excetion handler to hud call.
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.
2010-08-03 19:27:34 +08:00
files Update debian packaging for new snapshot 2010-07-02 12:32:05 +03:00
gfx Add windows icon file. 2010-02-07 12:36:41 -05:00
packaging slight change to make it easier for normals to understand the resulting filename 2010-08-02 22:35:00 +02:00
pyfpdb Importer: Add excetion handler to hud call. 2010-08-03 19:27:34 +08:00
regression-test change calls to python2 back to python 2010-07-08 20:01:03 +02:00
utils change calls to python2 back to python 2010-07-08 20:01:03 +02:00
agpl-3.0.txt removed outdated documentation and moved license files 2010-06-22 11:14:29 +08:00
fdl-1.2.txt removed outdated documentation and moved license files 2010-06-22 11:14:29 +08:00
gpl-2.0.txt some cleanups: 2010-07-04 03:05:16 +02:00
gpl-3.0.txt some cleanups: 2010-07-04 03:05:16 +02:00
Makefile Give Makefile a 'release' target 2010-07-07 12:48:13 +08:00
mit.txt add MIT license and notice 2010-08-02 11:53:02 +02:00
readme.txt Added a minimal readme 2010-06-28 11:48:54 +08:00
run_fpdb.bat put output file from .exe startup in higher directory 2010-06-06 09:29:46 +01:00
run_fpdb.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
setup.py Merge branch 'master' of git://git.assembla.com/fpdb 2010-07-22 08:44:13 +03:00
test_Python_Libs.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00
test_Python.py change calls to python2 back to python 2010-07-08 20:01:03 +02:00

Please visit http://fpdb.sourceforge.net for documentation, tips and help.