closing xbmc while inside a python script
#1
when I try to do this in youtube3 python script, XBMC crash.

the last line of xbmc.log simply states:

NOTICE: stop python


The code which invokes the window in default.py is:

w = YouTubeGUI(...)
w.doModal()
del w

are there any other method I can add, or rework this script so that XBMC does not crash when trying to close with the python script open?
Reply
#2
strange, should be working, can you post a Debug Log?
Reply
#3
this freezes with amt. i believe it's a known issue.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
closing xbmc while inside a python script0