You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using master and was entering in a dent (don't remember what) and it crashed on me producing the traceback:
Traceback (most recent call last):
File "/usr/bin/identicurse", line 9, in <module>
load_entry_point('identicurse==0.10-dev', 'console_scripts', 'identicurse')()
File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/__init__.py", line 126, in main
IdentiCurse(additional_config)
File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/identicurse.py", line 467, in __init__
curses.wrapper(self.initialise)
File "/usr/lib/python2.6/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/identicurse.py", line 932, in initialise
self.loop()
File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/identicurse.py", line 1084, in loop
self.parse_input(self.text_entry.edit())
File "/usr/lib/python2.6/site-packages/identicurse-0.10_dev-py2.6.egg/identicurse/textbox.py", line 185, in edit
elif ch <= 127 and chr(ch) in string.printable:
ValueError: chr() arg not in range(256)
I'm using SL/Centos/RHEL's python 2.6.6
The text was updated successfully, but these errors were encountered:
I am using master and was entering in a dent (don't remember what) and it crashed on me producing the traceback:
I'm using SL/Centos/RHEL's python 2.6.6
The text was updated successfully, but these errors were encountered: