Operating system: Linux Mint Tara (Ubuntu 18.04 Bionic)
Slicer version: 4.10.0
Expected behavior: Loading of module or an explanation of why loading failed
Actual behavior: Module loading failed with no details
Hi All, I’m new to slicer development. When I try to load my slicer extension I get an error “Module loading failed”. Are there any more detailed logs that can help me fix this? This was previously working, and since it was last working I’ve updated the extension code and removed the module from Slicer > Edit > Settings > Modules. The following details steps I’m taking when I get the error:
- start Slicer
- select module Developer Tools > Extension Wizard
- click “Select Extension”
- choose my slicer extension directory
- a window pops up saying “The following modules can be loaded. Would you like to load them now?”
- I select the module I want to load (with “Add selected modules to search paths” checked) and click “Yes”
- Following error dialog pops up:
Is there any more information to pinpoint the cause of the error? Is the error in the python code or the CMakeLists.txt or something else?