Python Browser
#1
I have been working on code to integrate a web browser into the windows port of XBMC. The script runs fine standalone, but will not open in XBMC. Is there a special handler I need to enable apps to load within the XBMC framework?
Reply
#2
XBMC has it's own gui. are you trying to create the gui or just launch a web browser.

PHP Code:
import webbrowser
webbrowser
.open"http://www.google.com" 

works in windows xbmc, not xbox ofcourse.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
All mine does is says (running) then quits. Maybe I am not putting it in the right place? Right now I have it located in the Scripts directory, and yes that is the code I am using. I tried using the plugin structure for coding it, but I get the same thing.
Reply

Logout Mark Read Team Forum Stats Members Help
Python Browser0