Maddox Nero
Joined: 03 Mar 2007 Posts: 2
Digg It |
Posted: Sat Mar 03, 2007 6:54 pm Post subject: I can't get WMD to finish |
|
|
I believe I have done everything except getting WMD to run.
this is part of the error I get. I am running Fedora Core 6.
| Code: | Traceback (most recent call last):
File "/home/drew/Desktop/wmd-0.1.2/WMD.py", line 45, in ?
wmd = WMD()
File "/home/drew/Desktop/wmd-0.1.2/WMD.py", line 29, in __init__
ev = EVDispatcher( cf ) # In a way this is the core of the program. It dispatches events between each module
File "/home/drew/Desktop/wmd-0.1.2/wmd/EVDispatcher.py", line 22, in __init__
self.uinput = EventBridge_uinput( self, cf )
File "/home/drew/Desktop/wmd-0.1.2/wmd/EventBridges/uinput.py", line 56, in __init__
self.uinput = os.open( self.cf['UINPUT_DEV'], os.O_RDWR )
OSError: [Errno 2] No such file or directory: '/dev/misc/uinput'
| Anyone know what is wrong?? I thought it was obvious what was wrong so I made the file Uinput but nothing happened... |
|