Win kodi Windows 10 python addon importing libs
#1
Hi
I'm trying to launch an .exe file from a Kodi Addon.
Poblem is it is stored in the user profile.
I've got the idea of creating variables
path1 = os.environ['LOCALAPPDATA']
path2 = "rest of path"
then path.join((path1),(path2))

Kodi doesn't like the "path1 =" define, it works great in python but I get an error regarding structure in kodi.
Is there a how to? or am I trying something not possible?
thanks
Reply

Logout Mark Read Team Forum Stats Members Help
kodi Windows 10 python addon importing libs0