kivy / kivy-sdk-packager

Scripts for Kivy SDK generation on Windows, OS X and Linux
MIT License
40 stars 32 forks source link

package_app.py / OSX: Garden deps also for the non-main app? #26

Open johanneshk opened 8 years ago

johanneshk commented 8 years ago

Hi,

I have the following setup: A supervisor app launches the 'real' GUI using subprocess.check_ouput('gui_script'). In case the app crashes the supervisor will show a crash report which can be submitted. The problem now is that the 'real' app has garden.matplotlib as dependency which doesn't work ('KeyError: 'kivy.garden.matplotlib''). Also copying the libs directory to the 'real' apps dir didn't work. Do you have an idea how I could get this to work on OSX using package_app.py?

Johannes