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
csbook
09/15/08 01:40:48 (3 years ago)
