Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sigourneyanderson

Pages: [1]
1
General Questions and Answers / OSError: Unable to open file
« on: September 7, 2021, 05:06 »
Hi everypne,

During the execution  it shows the following error. Plz Help
Traceback (most recent call last):

  File "zipdir\NL\GUI\Menus\SendToMenu.py", line 233, in showWindow
  File "zipdir\NL\GUI\MainWindow\MainWindow.py", line 1011, in jobManager
  File "zipdir\NL\GUI\MainWindow\MainWindow.py", line 1026, in jobManagerReference
  File "zipdir\NL\GUI\MainWindow\MainWindow.py", line 1043, in singletonTool
  File "zipdir\NL\GUI\Tools\JobManager\JobManager.py", line 271, in __init__
  File "zipdir\NL\GUI\Tools\JobManager\JobManager.py", line 421, in loadSettings
  File "zipdir\NL\GUI\Tools\JobManager\JobManager.py", line 390, in settings
  File "zipdir\NL\IO\NLSaveUtilities.py", line 902, in nlread
  File "zipdir\NL\IO\HDF5.py", line 531, in readHDF5
  File "zipdir\NL\IO\HDF5.py", line 409, in __init__
  File "zipdir\NL\IO\HDF5.py", line 163, in __init__
  File "build\lib\site-packages\h5py-2.7.1-py3.6-win-amd64.egg\h5py\_hl\files.py", line 269, in __init__
  File "build\lib\site-packages\h5py-2.7.1-py3.6-win-amd64.egg\h5py\_hl\files.py", line 99, in make_fid
  File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
  File "h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
  File "h5py\h5f.pyx", line 79, in h5py.h5f.open
OSError: Unable to open file (file signature not found)

Pages: [1]