PDA

View Full Version : Klm browse dont work after upgrade


joepmeloen
2005-04-03, 10:12
on 12-3-2005 build it runs fine.
on 01-04-2005 it wont.(build from -my mom- server)

it was a fresh install without any scripts. downloaded the klm script from xbmcscripts etc etc.

im having this (dont work after upgrade) problem for a while now. i always fixed it by copiing the python and scripts from a working build. but i like to now whats the problem.

my log:

03-04-2005 08:54:47 info -->python initialized<--
03-04-2005 08:54:47 info
03-04-2005 08:54:47 info traceback (most recent call last):
03-04-2005 08:54:47 info file "q:\scripts\kmlbrowse.py", line 23, in ?
03-04-2005 08:54:47 info
03-04-2005 08:54:47 info import xbmc, xbmcgui, image
03-04-2005 08:54:47 info importerror
03-04-2005 08:54:47 info :
03-04-2005 08:54:47 info no module named image
03-04-2005 08:54:47 info

*yes i tried to search but searchfunction kinda suck.way to many posts(over 6 pages)*

thor918
2005-04-03, 18:29
well the error says that it doesn't find the module image.
you will find the image lib here
http://www.xbmcscripts.com/index.p....emid=40 (http://www.xbmcscripts.com/index.php?option=com_simplefaq&func=display&catid=26&itemid=40)

here is another one that can perhaps be the problem
http://wilt.slashview.com/2005/02/oversensitive-python.php

joepmeloen
2005-04-04, 00:33
the lowercase isnt the problem because thats impossible.....when there isnt even a image.py.!

because i always copied and the python and the script folders i never noticed it.

so whats up whith the files in zlib? should they be included in the script.rar or should they already be included by xbmc?
or auto generated bij xbmc?

if its the first case...could please someone verify? because they are not present in the download from xbmcscripts.

thor918
2005-04-04, 00:48
no it is said that this lib must be installed on xbmc if we are going to use image module.

and it's not included in the xbmc build and it's not included in the kml browser download at xbmcscripts.com.
but the xbmcscripts.com has this lib downloadable from the troubleshooting section , the link i posted to you before.
install the lib and try.
image.py is availeble in this lib.