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
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to