4

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?
  • have a look at [this SO](http://stackoverflow.com/q/20242421/1463143) for possible issues and solutions while trying to release opencv related apps for mac os x. – samkhan13 Nov 27 '13 at 14:02
  • 1
    In general I have been using `pyinstaller` and `appdmg`, though admittedly I have not finished getting the deployment working with opencv, but I have qt working which is a big framework in it's own right – Jonathan Feb 18 '16 at 02:09

0 Answers0