Explenation (skip this if you're in a hurry):
I have an older P3 800MHz running XBMC through Xubuntu. I can watch video just fine. I also use ZSNES, which runs fine. I created this extremely complicated script to run ZSNES from XBMC:
Code:
import os
os.system('zsnes')Question:
Can I simply exit xbmc from a python script started from xbmc, and restart it when the started app (zsnes) is finished? Or does someone have another suggestion for getting this behaviour to work?
Thanks

Search
Help