PDA

View Full Version : newbie: json libs


martingu1979
2008-11-20, 11:28
Hi!

I want to extract json information from a string.

I have found several libraries, one of them is simplejson.

How would I install the library on xbmc to be able to do a "import simplejson"?

I have already tried copying the contents to the system/python/Lib folder, but with no success...

Thanks for your help!

martin

martingu1979
2008-11-20, 11:42
found the answer myself:

I created a subdir within the lib directory. so I put all the simplejson stuff frmo the archive into

system/python/lib/simplejson