pytyle3 icon indicating copy to clipboard operation
pytyle3 copied to clipboard

Getting "assert bindings is not None" Assertion Error

Open BenjaminRH opened this issue 12 years ago • 0 comments

I'm getting the following error when I try to run pytyle3 on CrunchBang 11:

Traceback (most recent call last):
  File "/usr/local/bin/pytyle3", line 13, in <module>
    import pt3.keybind
  File "/usr/local/lib/python2.7/dist-packages/pt3/keybind.py", line 26, in <module>
    assert bindings is not None
AssertionError

BenjaminRH avatar May 12 '13 20:05 BenjaminRH