Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError #15

Open
fepegar opened this issue Mar 24, 2020 · 4 comments
Open

ModuleNotFoundError #15

fepegar opened this issue Mar 24, 2020 · 4 comments

Comments

@fepegar
Copy link

fepegar commented Mar 24, 2020

Hello,

I got this error on startup:

Python 3.6.7 (default, Mar 24 2020, 03:05:54) 
[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)] on linux2
>>> 
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/fernando/opt/Slicer/Nightly/lib/Python/lib/python3.6/imp.py", line 170, in load_source
    module = _exec(spec, sys.modules[name])
  File "<frozen importlib._bootstrap>", line 618, in _exec
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/fernando/.config/NA-MIC/Extensions-28875/SlicerCaseIterator/lib/Slicer-4.11/qt-scripted-modules/SlicerCaseIterator.py", line 19, in <module>
    from SlicerDevelopmentToolboxUtils.buttons import *
ModuleNotFoundError: No module named 'SlicerDevelopmentToolboxUtils'
@JoostJM
Copy link
Owner

JoostJM commented Mar 27, 2020

Hi @fepegar,

Thanks for reporting this issue. For now what you can do to fix it is to install SlicerDevelopmentToolboxUtils, which is a module you can install just like SlicerCaseIterator.
I'll try to update the Iterator code to include this module in it's dependencies, so this does not keep popping up.

@fepegar
Copy link
Author

fepegar commented Mar 27, 2020

Ok, thanks!

@JoostJM
Copy link
Owner

JoostJM commented Jun 30, 2020

@che85, can you see if you can add the SlicerDevelopmentToolboxUtils module to SlicerCaseIterator's dependencies?

@JoostJM
Copy link
Owner

JoostJM commented Jul 2, 2020

Fixed by #17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants