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?
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