tamland / kodi-plugin-routing

A routing module for kodi plugins
GNU General Public License v3.0
40 stars 12 forks source link

Plugin not working #28

Closed GianniDPC closed 4 years ago

GianniDPC commented 4 years ago

I have the following code in my main.py

import routing
plugin = routing.Plugin()

On the second line if throws the following error:

`2019-11-10 12:05:07.804 T:11008 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

I am using version 0.2.3

dagwieers commented 4 years ago

I have a distinct feeling that you have another python module installed that is named "routing".

GianniDPC commented 4 years ago

Damn that was indeed the issue I renamed my main.py to routing.py in my plugin. I feel so stupid right now :(