ThomasMadappattu / jkeys

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

NameError: global name 'gethatcode' is not defined #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install ltris
2. use the default config
3. ./jkeys example-config.joy ltris

What is the expected output?
the keys should be simulated

What do you see instead?
an execption:
-------
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 761, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/mnt/daten1/linux/home/benutzername/programme/0_gamepad/jkey/jkeys-read-only/joystick.py", line 115, in run
    res = gethatcode(ev)
NameError: global name 'gethatcode' is not defined
------

What version of the product are you using? On what operating system?
release from 6.12.2013
os: ubuntu 13.10 x86_64

Original issue reported on code.google.com by binder.g...@gmail.com on 7 Dec 2013 at 10:43