Python Forum

Full Version: Packaging VTK and ITK for macOS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I've been trying to find an answer to my question and haven't been able to find one.

I have a macOS application written in Python3 (duh!) and it uses the ITK and VTK libraries. I have been trying to find a way to just package these 2 libraries (and all associated ones) into a macOS application so that a user doesn't have to manually install these 2 libraries if they want to use my application, just drag it to the applications folder and double click and it will run.

Is there a way to do this? If there isn't can someone just tell me it can't be done.

Thanks.

Desmond

P.S. I'm not using XCode to develop this.