RegNet icon indicating copy to clipboard operation
RegNet copied to clipboard

ImportError: No module named 'functions.RegNetModel.crop1_connection'

Open markemus opened this issue 7 years ago • 1 comments

Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/markemus/dev/RegNet/RegNet3D.py", line 17, in <module>
    import functions.RegNetModel as RegNetModel
  File "/home/markemus/dev/RegNet/functions/RegNetModel/__init__.py", line 17, in <module>
    from .crop1_connection import crop1_connection
ImportError: No module named 'functions.RegNetModel.crop1_connection'

I got this error trying to run RegNet3D.py. Commenting those imports fixed the error, and grep doesn't show any usage for them.

markemus avatar Nov 05 '18 20:11 markemus

Dear markemus,

Thank you for your feedback. That bug is now fixed.

hsokooti avatar Nov 06 '18 21:11 hsokooti