Problems (#1) - No module named cwiid (#65) - Message List

No module named cwiid
 unsolved

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...

Tree View Flat View (newer first) Flat View (older first)
  • 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.

  • Message #24296

    Sounds like a python problem. Do you have python extensions installed?

  • 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!

  • Message #24299

    Bingo, thanks.

    --libdir=/usr/local/lib64

  • 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

  • Message #24359

    for slamd64 it should be:

    ./configure --libdir=/usr/lib64
    
  • Message #24360

    That did it. Thanks.

  • Message #24361

    And for regular slackware i used:

    ./configure --libdir=/usr/lib

Tree View Flat View (newer first) Flat View (older first)

Attachments

No attachments created.