OpenwaterHealth / SlicerOpenLIFU

3D Slicer Extension for Openwater's Open-LIFU project
GNU Affero General Public License v3.0
0 stars 0 forks source link

Incomplete restructuring of OpenLIFULib #90

Closed ebrahimebrahim closed 3 weeks ago

ebrahimebrahim commented 3 weeks ago

Bug introduced in #88 due to the file restructuring When I open the openlifu home module, I get

Traceback (most recent call last):
  File "/home/ebrahimebrahim/openwater/SlicerOpenLIFU/build/lib/Slicer-5.7/qt-scripted-modules/OpenLIFUHome.py", line 104, in setup
    self.updateInstallButtonText()
  File "/home/ebrahimebrahim/openwater/SlicerOpenLIFU/build/lib/Slicer-5.7/qt-scripted-modules/OpenLIFUHome.py", line 128, in updateInstallButtonText
    if OpenLIFULib.python_requirements_exist():
AttributeError: module 'OpenLIFULib' has no attribute 'python_requirements_exist'