| Issue 37: | Can't create new file | |
| 1 person starred this issue and may be notified of changes. | Back to list |
If you do
marave unexistantfile.txt
Marave fails with:
Traceback (most recent call last):
File "main.py", line 1250, in <module>
main()
File "main.py", line 1239, in main
window.editor.open(args[0])
File
"/home/ralsina/Desktop/proyectos/marave/trunk/marave/spelltextedit.py", line
160, in open
self.setPlainText(codecs.open(fname,'r','utf-8').read())
File "/usr/lib/python2.6/codecs.py", line 865, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/home/ralsina/packagingapp.txt'
Feb 11, 2010
Project Member
#1
roberto.alsina
Feb 11, 2010
(No comment was entered for this change.)
Status:
Fixed
|