Talk:Whole-Brain-Tractography-Wizard
From NAMIC Wiki
Home < Talk:Whole-Brain-Tractography-Wizard
it'd be good to mention somewhere that you can do "slicer --designer" (for editing your widgets with designer)
JC's advice for getting things to work:
- Keep everything outside the slicer code - cleaner
- Also, we merged the two cmakelists (the top level and the Lib/CMakeLists.txt) to make things cleaner
- In the main .py file, import the Lib after def setup(self): - otherwise the path is not setup properly and slicer can't find our lib
- We had to comment out everything in the cmakelists.txt under # Generate extension description file '<EXTENSION_NAME>.s4ext' - jc says this is a bug on the slicer side that will hopefully be fixed soon