Skip to content

Instantly share code, notes, and snippets.

@estan
Created February 7, 2019 18:45
Show Gist options
  • Save estan/cdb385533980405ccea3f1f99491dd99 to your computer and use it in GitHub Desktop.
Save estan/cdb385533980405ccea3f1f99491dd99 to your computer and use it in GitHub Desktop.
(venv) dirac:dist insight$ main.app/Contents/MacOS/main
Exception: [Errno 2] No such file or directory: '/support/signature/loader.py'
Traceback (most recent call last):
File "pyscript", line 23, in bootstrap
FileNotFoundError: [Errno 2] No such file or directory: '/support/signature/loader.py'
AttributeError: module 'signature_loader' has no attribute 'pyside_type_init'
SystemError: could not initialize part 2
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "orexplore/corestudio/main.py", line 7, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/Users/insight/corestudio/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "orexplore/corestudio/mainwindow.py", line 6, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/Users/insight/corestudio/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "h5py/__init__.py", line 26, in <module>
File "h5py/_errors.pyx", line 13, in init h5py._errors
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/Users/insight/corestudio/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "h5py/_hl/compat.py", line 5, in <module>
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "/Users/insight/corestudio/venv/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "six.py", line 318, in <module>
File "six.py", line 128, in __init__
SystemError: <method-wrapper '__get__' of getset_descriptor object at 0x10389abd0> returned a result with an error set
[38302] Failed to execute script main
(venv) dirac:dist insight$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment