opencv - Python App built with py2app crashes when run -


i'm developing app python 2.7.12 in virtualenv. after building py2app (no errors when building), when open app crashes immediately. i'm think it's related of libraries i'm using, since test app built without these libraries ran fine.

the main libraries i'm using: opencv, pyautogui , numpy.

the error in console looks ("gui" name of app):

8/23/16 11:18:04.611 pm gui[25490]: _recipes_pil_prescript(['hdf5stubimageplugin', 'fitsstubimageplugin', 'sunimageplugin', 'gbrimageplugin', 'pngimageplugin', 'jpeg2kimageplugin', 'micimageplugin', 'fpximageplugin', 'pcximageplugin', 'imimageplugin', 'spiderimageplugin', 'psdimageplugin', 'bufrstubimageplugin', 'sgiimageplugin', 'mcidasimageplugin', 'xpmimageplugin', 'ddsimageplugin', 'mpoimageplugin', 'bmpimageplugin', 'tgaimageplugin', 'palmimageplugin', 'xvthumbimageplugin', 'gribstubimageplugin', 'pdfimageplugin', 'imtimageplugin',

any idea went wrong?


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

php - What are the best practices for creatiang a "settings" model in Laravel 5? -