IUBLibTech / bdpl_ingest

Python script for Born Digital Preservation Lab Ingest tool
6 stars 1 forks source link

Various: #37

Closed shallcro closed 4 years ago

shallcro commented 4 years ago

Writing format information... Exception in Tkinter callback Traceback (most recent call last): File "C:\Python37\lib\tkinter__init.py", line 1705, in call__ return self.func(*args) File "C:\BDPL\scripts-test\BdplMainApp.py", line 1038, in launch_sda_deposit current_sda_batch.deposit_barcodes_to_sda() File "C:\BDPL\scripts-test\BdplObjects.py", line 3806, in deposit_barcodes_to_sda for col in fws.iter_cols(2, self.master_spreadsheet.puid_ws.max_column, 2, self.master_spreadsheet.puid_ws.max_row): NameError: name 'fws' is not defined Exception ignored in: <function Shelf.del at 0x00000289580ACEA0> Traceback (most recent call last): File "C:\Python37\lib\shelve.py", line 162, in del self.close() File "C:\Python37\lib\shelve.py", line 144, in close self.sync() File "C:\Python37\lib\shelve.py", line 168, in sync self[key] = entry File "C:\Python37\lib\shelve.py", line 125, in setitem self.dict[key.encode(self.keyencoding)] = f.getvalue() File "C:\Python37\lib\dbm\dumb.py", line 216, in setitem self._index[key] = self._setval(pos, val) File "C:\Python37\lib\dbm\dumb.py", line 178, in _setval with _io.open(self._datfile, 'rb+') as f: FileNotFoundError: [Errno 2] No such file or directory: 'Z:\TEST\ingest\20200619\32000014335162\temp\temp-info.dat' Exception ignored in: <function _Database.close at 0x0000028959571F28> Traceback (most recent call last): File "C:\Python37\lib\dbm\dumb.py", line 284, in close self._commit() File "C:\Python37\lib\dbm\dumb.py", line 135, in _commit with self._io.open(self._dirfile, 'w', encoding="Latin-1") as f: FileNotFoundError: [Errno 2] No such file or directory: 'Z:\TEST\ingest\20200619\32000014335162\temp\temp-info.dir'