Python Lib Import
#1
Hi,

i start my Python Script as Masterprofile in <onclick>RunScript(bla)</onclick>.
can only builtin(xbmc,xbmcgui...) library import, no other Python standard libraries.

Error: Fatal Python Initialize Error, no module named os (or other)

pastelink
Reply
#2
What is you script? Can't really help with out seeing some code
Reply
#3
Simply Test script:
import os
os.system('sh /sdcard/reboot.sh')
Reply

Logout Mark Read Team Forum Stats Members Help
Python Lib Import0