Problems (#1) - No module named cwiid (#65) - Message List
Hey all,
I have been playing around with wmgui for some time, and have played around with some of my own code using uinput and cwiid, all successfully.
However when I go to launch "wminput" in console, i get: ImportError?: No module named cwiid
Any ideas? I have re-downloaded cwiid 0.6.00 and done: ./configure make sudo make install
Kinda stuck here...
-
Message #24295
What distro are you using? I remember I've gotten that in the past. You have to pass the right libdir to ./configure.
nickishappy12/20/07 07:40:14 (5 years ago) -
Message #24296
Sounds like a python problem. Do you have python extensions installed?
dsmith12/20/07 13:39:48 (5 years ago) -
Message #24298
I'm using SuSE 10.3
It sure does sound like a problem most likely from python, since i am able to run my own code using the cwiid library just fine...
I just want a daemon, dammit!
otac0n12/22/07 23:51:28 (5 years ago) -
Message #24299
Bingo, thanks.
--libdir=/usr/local/lib64
otac0n12/23/07 01:56:06 (5 years ago) -
Message #24357
Same problem trying to install on slamd64 (64 bit slackware). Any ideas? ./configure --libdir=/usr/local/lib64; make; make install; root@puma:/usr/local/home/jape/download/bluetooth/cwiid-0.6.00# wminput ImportError?: No module named cwiid
jape03/30/08 23:59:36 (5 years ago) -
Message #24359
for slamd64 it should be:
./configure --libdir=/usr/lib64
nickishappy03/31/08 03:06:59 (5 years ago) -
Message #24360
That did it. Thanks.
jape03/31/08 22:44:55 (5 years ago) -
Message #24361
And for regular slackware i used:
./configure --libdir=/usr/lib
jape04/06/08 22:13:45 (5 years ago)
