Follow-up Comment #3, bug #18884 (project mypaint):

Changed to MyPaint 1.0 version, still having the problem.

Traceback (most recent call last):
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 427,
save_cb(no details)
            if not self.filename:
                self.save_as_cb(action)
            else:
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 451,
save_as_cb(no details)
            else:
                self.save_as_dialog(self.save_file, suggested_filename =
current_filename)
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 511,
save_as_dialog(no details)
                        else:
                            save_method_reference(filename, **options)
                        break
  File "C:Program FilesMyPaintlibrary.zipguidrawwindow.py", line 46,
wrapper(self=<gui.filehandling.FileHandler object>,
*args=(u'C:\Users\uac15ud55cube5b\Desktop\ub0b4
uadf8ub9bcub4e4\helloworld.ora',), **kwargs={})
            try:
                func(self, *args, **kwargs)
                # gtk main loop may be called in here...
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 278,
save_file(no details)
        def save_file(self, filename, export=False, **options):
            thumbnail_pixbuf = self.save_doc_to_file(filename, self.doc,
export=export, **options)
            if not export:
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 311,
save_doc_to_file(no details)
                    w, h = tiledsurface.N, tiledsurface.N # TODO: support for
other sizes
                thumbnail_pixbuf = doc.model.save(filename,
feedback_cb=self.gtk_main_tick, **options)
                self.lastsavefailed = False
  File "C:Program FilesMyPaintlibrary.ziplibdocument.py", line 367, save(no
details)
            try:
                save(filename, **kwargs)
            except gobject.GError, e:
  File "C:Program FilesMyPaintlibrary.ziplibdocument.py", line 486,
save_ora(self=<lib.document.Document instance>,
filename=u'C:\Users\uac15ud55cube5b\Desktop\ub0b4
uadf8ub9bcub4e4\helloworld.ora', options=None, **kwargs={'feedback_cb':
<function gtk_main_tick>})
            t0 = time.time()
            tempdir = tempfile.mkdtemp(u'mypaint')
            # use .tmp extension, so we don't overwrite a valid file if there
is an exception
  File "tempfile.pyo", line 316, mkdtemp(no details)
    <source context missing>
  File "ntpath.pyo", line 108, join(no details)
    <source context missing>
UnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 9:
invalid start byte


And got a new problem with the new 1.0 version:
MyPaint doesn't same my UI settings, so I have to turn my brush, layer, color
selector etc. windows manually everytime I restart MyPaint. This is the error
message I get everytime I quit MyPaint.
Traceback (most recent call last):
  File "C:Program FilesMyPaintlibrary.zipguidrawwindow.py", line 905,
quit_cb(no details)
            self.app.doc.model.split_stroke()
            self.app.save_gui_config() # FIXME: should do this periodically,
not only on quit
  File "C:Program FilesMyPaintlibrary.zipguiapplication.py", line 387,
save_gui_config(no details)
            gtk.accel_map_save(join(self.confpath, 'accelmap.conf'))
            self.save_settings()
  File "C:Program FilesMyPaintlibrary.zipguiapplication.py", line 163,
save_settings(self=<gui.application.Application instance>)
            self.brushmanager.save_brush_history()
            self.filehandler.save_scratchpad(self.scratchpad_filename)
            save_config()
  File "C:Program FilesMyPaintlibrary.zipguidrawwindow.py", line 46,
wrapper(self=<gui.filehandling.FileHandler object>,
*args=(u'C:\Users\uac15ud55cube5b\AppData\Local\mypaint\scratchpads\autosave.ora',),
**kwargs={})
            try:
                func(self, *args, **kwargs)
                # gtk main loop may be called in here...
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 300,
save_scratchpad(no details)
                w, h = tiledsurface.N, tiledsurface.N # TODO: support for
other sizes
            thumbnail_pixbuf = self.save_doc_to_file(filename,
self.app.scratchpad_doc, export=export, **options)
            if not export:
  File "C:Program FilesMyPaintlibrary.zipguifilehandling.py", line 311,
save_doc_to_file(no details)
                    w, h = tiledsurface.N, tiledsurface.N # TODO: support for
other sizes
                thumbnail_pixbuf = doc.model.save(filename,
feedback_cb=self.gtk_main_tick, **options)
                self.lastsavefailed = False
  File "C:Program FilesMyPaintlibrary.ziplibdocument.py", line 367, save(no
details)
            try:
                save(filename, **kwargs)
            except gobject.GError, e:
  File "C:Program FilesMyPaintlibrary.ziplibdocument.py", line 486,
save_ora(self=<lib.document.Document instance>,
filename=u'C:\Users\uac15ud55cube5b\AppData\Local\mypaint\scratchpads\autosave.ora',
options=None, **kwargs={'feedback_cb': <function gtk_main_tick>})
            t0 = time.time()
            tempdir = tempfile.mkdtemp(u'mypaint')
            # use .tmp extension, so we don't overwrite a valid file if there
is an exception
  File "tempfile.pyo", line 316, mkdtemp(no details)
    <source context missing>
  File "ntpath.pyo", line 108, join(no details)
    <source context missing>
UnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 9:
invalid start byte

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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