I finished scripting a a computer vision algorithm in python that rely heavily on opencv. I want to be able to deploy a standalone application to work under Mac OS that you don't have to preinstall any dependencies for.
After hours of searching the web I found people voting for py2app, however not many details on how to include opencv libraries for building.
- If you successfully deploy a similar application, please tell me what did you do?