Follow-up Comment #5, bug #14943 (project mypaint):

Traceback (most recent call last):
  File "C:\Program Files\MyPaint\library.zip\gui\drawwindow.py", line 820,
save_cb(self=<Window object at 0x2ac9e40 (GtkWindow at 0x1b0c000)>,
action=<gtk.Action object at 0x3bf7508 (GtkAction at 0x1acc1f8)>)
            if not self.filename:
                self.save_as_cb(action)
            else:
  File "C:\Program Files\MyPaint\library.zip\gui\drawwindow.py", line 904,
save_as_cb(self=<Window object at 0x2ac9e40 (GtkWindow at 0x1b0c000)>,
action=<gtk.Action object at 0x3bf7508 (GtkAction at 0x1acc1f8)>)
                        assert(filename)
                        self.save_file(filename, **options)
                        break
  File "C:\Program Files\MyPaint\library.zip\gui\drawwindow.py", line 692,
wrapper(self=<Window object at 0x2ac9e40 (GtkWindow at 0x1b0c000)>,
*args=(r'C:\Program Files\MyPaint\cdd.png',), **kwargs={'alpha': True})
                try:
                    func(self, *args, **kwargs)
                finally:
  File "C:\Program Files\MyPaint\library.zip\gui\drawwindow.py", line 736,
save_file(self=<Window object at 0x2ac9e40 (GtkWindow at 0x1b0c000)>,
filename=r'C:\Program Files\MyPaint\cdd.png', **options={'alpha': True})
                self.save_history = self.save_history[-100:]
                f = open(os.path.join(self.app.confpath,
'save_history.conf'), 'w')
                f.write('\n'.join(self.save_history))
IOError: [Errno 13] Permission denied:
'C:\\Users\\Nunnari\\.mypaint/save_history.conf'

same thing on 0.7.1, path separators should be "/"

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?14943>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to