lawquest
unread,Jan 14, 2011, 1:36:08 AM1/14/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Note Taking Simplified
I get following error:
Vector:/~
johwhi:$ n.py w
Errors importing nts.ntsWX
(<type 'exceptions.KeyError'>, KeyError('2856-Dees/note-2.txt',),
<traceback object at 0x8987bbc>)
Vector:/~
johwhi:$
Vector:/~
I have reinstalled python, wxpython and nts. Still won't start.
Reboot doesn't help.
The only lines in rc which I fooled around with today are as follows
and all I think I did was change medit to gedit.:
### Edit settings
### editor: the full path to the editor to use for editing with the
### graphic user interface.
### E.g., editor = "/usr/local/bin/vim"
### editcmd: the command for editing with the graphic user interface
### using the following SUBSTITUTIONS:
### %(e)s -> editor
### %(n)s -> the starting line number
### %(f)s -> the file name
### E.g., editcmd = "%(e)s -g -f +%(n)s %(f)s"
editor = '''/usr/bin/gedit'''
editcmd = '''%(e)s +%(n)s %(f)s'''
### EDITOR: the full path to the editor to use for editing with the
### command line interface.
### E.g., EDITOR = "/usr/local/bin/vim"
### If left blank, the internal editor will be used.
### EDITCMD: the command for editing with the command line interface
### using the following SUBSTITUTIONS:
### %(e)s -> EDITOR
### %(n)s -> the starting line number
### %(f)s -> the file name
### E.g., EDITCMD = "%(e)s +%(n)s %(f)s". Ignored unless EDITOR is
### set.
EDITOR = ''
EDITCMD = ''
Only other thought I have is that today is first time I used F5 much.
Any suggestions?