Problems (#1) - wminput doesn't start from within xbmc (#103) - Message List

wminput doesn't start from within xbmc

I'm running into a problem when launching wminput from a script either shortly after xbmc exits or from within xbmc.

I've tracked it down to this section in py_init():

if (!(PyCWiidModule = PyImport?_ImportModule("cwiid"))) {

PyErr?_Print(); goto ERR_HND;

}

Any ideas why this would be failing? Anything else I could try to get more info? I'm no Python expert so I'm not sure where to procede from here.

Thanks, Chris

  • Message #24410

    Sounds like an install problem. Any strange error messages on install?

    Also, can you 'import cwiid' from an interactive Python shell?

Subscriptions