ThomasMadappattu / jkeys

Automatically exported from code.google.com/p/jkeys
0 stars 0 forks source link

not work on Fedora 15 #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  ./jkeys example-config.joy armacycles
Joystick mappings found : 
 - axis 1 direction low mapped to key Up
 - axis 1 direction high mapped to key Down
 - axis 0 direction low mapped to key Left
 - axis 0 direction high mapped to key Right
 - button 10 mapped to key p
 - button 1 mapped to key Return
 - button 0 mapped to key Space
 - button 3 mapped to key b
 - button 2 mapped to key a
 - button 5 mapped to key d
 - button 4 mapped to key c
 - button 7 mapped to key x
 - button 6 mapped to key z
 - button 9 mapped to key Escape

Remote lirc mappings found :
 - button OK mapped to key Return
 - button Stop mapped to key Escape
 - button Pause mapped to key p
 - button Up mapped to key Up
 - button Down mapped to key Down
 - button Right mapped to key Right
 - button Left mapped to key Left
Starting application
['armacycles']
irkeys: could not connect to socket
irkeys: No such file or directory
Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner
    self.run()
  File "/usr/lib64/python2.7/threading.py", line 483, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/gabriele/jkeys/jkeys-read-only/lirc.py", line 76, in run
    if(pylirc.init("irkeys", self.config_file, 0)):
RuntimeError: Unable to initialize lirc!

Traceback (most recent call last):
  File "./jkeys", line 35, in <module>
    sys.exit(subprocess.call(sys.argv[2:]))
  File "/usr/lib64/python2.7/subprocess.py", line 486, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib64/python2.7/subprocess.py", line 672, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1202, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by gabriele...@gmail.com on 9 Jul 2011 at 8:49