Roman Miroshnychenko
Roman Miroshnychenko
@basrieter Is it ok now?
As I said earlier, I don't actively maintain this project any more, so I cannot guarantee that this PR will be included in the next release, provided the next release...
I'm not comfortable turning modules into packages so I'll check if there are alternative ways to resolve this.
I don't understand what you are trying to achieve. If you want to use the library in your addon inside Kodi then you need to add it to `addon.xml` as...
Still don't understand what you are talking about. Normally, you don't need to manipulate `sys.path` for addon dependencies. They are added automatically if correctly referenced in `addon.xml`. An example is...
In any case this library is no longer relevant. Current Kodi versions use Python 3 runtime for addons and you should use idiomatic Python 3 for your addons. As for...
You shoul have mentioned from the start that you are trying to run this outside Kodi. For a development environment you should creare a proper Python virtual environment and then...
I cannot reproduce the issue. Please provide a full **debug** log
"There are no psychics" - The Mentalist.
I'm not sure if this is still relevant.