py2app and pyopengl
Does anyone have any experience building a standalone mac osx app using py2app with pygame and pyopengl?I can get this working with py2app/pygame, but am banging my head against the wall getting a standalone app to work with pyopengl. I can get it to build, but the app just crashes everytime. I've tried quite a few existing blog/stack exchange posts.
Richard (if you are listening): I noticed you got this to work for a pyweek 3 entry (Bouncy the Hungry Rabbit) ... any pointers :) ?
Thanks!
(log in to comment)
mauve on 2017/11/07 21:18:
I have heard that PyInstaller is the only really maintained tool for building a standalone Python app.
Can you post some info about how it crashes?