1
DF General Discussion / Re: [Quickfort] Version 2.00pre2 released
« on: August 04, 2010, 01:59:55 pm »
When I run qfconvert on linux i get this.
Note this is from running a simple #dig file with two squares marked nothing else.
Code: [Select]
Traceback (most recent call last):
File "/home/rain/.apps/quickfort/src/qfconvert/qfconvert.py", line 83, in run
output = blueprint.process_blueprint_file(infile, options)
File "/home/rain/.apps/quickfort/src/qfconvert/blueprint.py", line 90, in process_blueprint_file
output = convert_keys(keys, options.mode, options.title)
File "/home/rain/.apps/quickfort/src/qfconvert/keystroker.py", line 360, in convert_keys
return '\n'.join(convert_to_macro(keys, title)) + '\n'
File "/home/rain/.apps/quickfort/src/qfconvert/keystroker.py", line 393, in convert_to_macro
"Key '%s' not bound in interface.txt" % key
Exception: Key '0:3' not bound in interface.txt
Note this is from running a simple #dig file with two squares marked nothing else.
I'll check it out right now!