Hi Matt,

The autoloading test issue and the crash should be fixed by restructuring the 
Python module in the following branch: bug-19066-refactorPythonModule

Cheers,
Eric

-----Ursprüngliche Nachricht-----
Von: Clarkson, Matt [mailto:[email protected]] 
Gesendet: Sonntag, 18. Oktober 2015 08:32
An: MITK
Betreff: [mitk-users] Python Module Autloading?

Hi there,

this recent commit:
https://github.com/MITK/MITK/commit/b538b95b3045c7c7e2c637ba159615f3344095cd

made the MitkPython library autoloadable with MitkCore,

then this commit:
https://github.com/MITK/MITK/commit/0e20393f6739ce8c29e60b1032a77a9b0c8015a1

took it out, as presumably the unit tests need to directly link to the 
libMitkPython library.

However, if the module is autoloaded there is a deployment problem on Mac at 
least. The module gets deployed to 
@executable_path/MitkCore/libMitkPython.dylib, but the plugin in 
@executable_path/plugins looks for it in @executable_path/../MacOS and so fails 
to load.

If though the module is not autoloaded, the application crashes when run with 
BlueBerry clean, or on first run.

Any suggestions? 

Thanks

Matt


------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

------------------------------------------------------------------------------
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to