thmoviestr / xbmc-launcher

Automatically exported from code.google.com/p/xbmc-launcher
0 stars 0 forks source link

Gnome-osd-client (python) wont launch #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. write bash script that uses gnome-osd-client program theat is writeh in 
python
2. try to launch this script through launcher

What is the expected output? What do you see instead?
Expexted: osd message
Instead: error about not importing pygtk

What version of the product are you using? On what operating system?
Ubuntu 10.04

Please provide any additional information below.

Original issue reported on code.google.com by damir.ar...@gmail.com on 10 Oct 2010 at 12:35

GoogleCodeExporter commented 8 years ago
I am thinking this has to do with XBMC changing the pythonpath. Will have to 
check this though, and see if there is a way around.

Can you attach your bash-script?

Original comment by eir...@gmail.com on 11 Oct 2010 at 2:07

GoogleCodeExporter commented 8 years ago
Yes I was thinking the same thing. It complains about non existing module. Here 
is the script.

Original comment by damir.ar...@gmail.com on 11 Oct 2010 at 4:25

Attachments:

GoogleCodeExporter commented 8 years ago
16:22:15 T:2989210480 M:1016532992   DEBUG: Process - Setting the Python path 
to /home/zerqent/.xbmc/addons/plugin.program.launcher:
/usr/lib/xbmc/addons/script.module.pil/lib:
/home/zerqent/.xbmc/addons/script.module.elementtree/lib:
/usr/lib/xbmc/addons/script.module.pysqlite/lib:
/usr/lib/xbmc/system/python/python24.zip:
/usr/share/xbmc/system/python/lib/python24.zip:
/usr/share/xbmc/system/python/lib/python2.4/:
/usr/share/xbmc/system/python/lib/python2.4/plat-linux2:
/usr/share/xbmc/system/python/lib/python2.4/lib-tk:
/usr/share/xbmc/system/python/lib/python2.4/lib-dynload

yes it does

Original comment by eir...@gmail.com on 12 Oct 2010 at 2:24

GoogleCodeExporter commented 8 years ago
Quick workaround is of course to set the pythonpath yourself, but its kinda 
stupid of XBMC to do this. Will have to research some more before deciding if 
we actually can fix this.

Original comment by eir...@gmail.com on 12 Oct 2010 at 2:35

GoogleCodeExporter commented 8 years ago
Thanks for info and for workaround.

Original comment by damir.ar...@gmail.com on 12 Oct 2010 at 4:21