URL:
  <http://gna.org/bugs/?20116>

                 Summary: Programming error on export
                 Project: MyPaint
            Submitted by: rmx
            Submitted on: jeu. 30 août 2012 23:14:35 GMT
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.0.0 (debian)
         Planned Release: None
        Operating System: 

    _______________________________________________________

Details:

I made an export, using a *.png filename, and got this exception:

Traceback (most recent call last):
  File "/usr/share/mypaint/gui/filehandling.py", line 449,
save_as_cb(self=<gui.filehandling.FileHandler object>, action=<gtk.Action
object at 0x2c13870 (GtkAction at 0x2b802e0)>)
                # Do not change working file
                self.save_as_dialog(self.save_file, suggested_filename =
current_filename, export=True)
            else:
  variables: {'self.save_file': ('local', <bound method FileHandler.wrapper of
<gui.filehandling.FileHandler object at 0x2c0b410>>), 'self.save_as_dialog':
('local', <bound method FileHandler.save_as_dialog of
<gui.filehandling.FileHandler object at 0x2c0b410>>), 'current_filename':
('local', ''), 'export': (None, []), 'suggested_filename': (None, []), 'True':
('builtin', True)}
  File "/usr/share/mypaint/gui/filehandling.py", line 509,
save_as_dialog(self=<gui.filehandling.FileHandler object>,
save_method_reference=<bound method FileHandler.wrapper of
<gui.filehandling.FileHandler object>>, suggested_filename='',
start_in_folder=None, export=True, **options={'alpha': False})
                            # Do not change working file
                            save_method_reference(filename, True, **options)
                        else:
  variables: {'True': ('builtin', True), 'options': ('local', {'alpha':
False}), 'save_method_reference': ('local', <bound method FileHandler.wrapper
of <gui.filehandling.FileHandler object at 0x2c0b410>>), 'filename': ('local',
u'/home/rmx/board/BookvideoManager.png')}
  File "/usr/share/mypaint/gui/drawwindow.py", line 46,
wrapper(self=<gui.filehandling.FileHandler object>,
*args=(u'/home/rmx/board/BookvideoManager.png', True), **kwargs={'alpha':
False})
            try:
                func(self, *args, **kwargs)
                # gtk main loop may be called in here...
  variables: {'self': ('local', <gui.filehandling.FileHandler object at
0x2c0b410>), 'args': ('local', (u'/home/rmx/board/BookvideoManager.png',
True)), 'func': ('local', <function save_file at 0x29c7cf8>), 'kwargs':
('local', {'alpha': False})}
  File "/usr/share/mypaint/gui/filehandling.py", line 292,
save_file(self=<gui.filehandling.FileHandler object>,
filename=u'/home/rmx/board/BookvideoManager.png', export=True,
**options={'alpha': False})
                thumbnail_pixbuf = self.doc.model.render_thumbnail()
            helpers.freedesktop_thumbnail(self.filename, thumbnail_pixbuf)
  variables: {'thumbnail_pixbuf': ('local', <gtk.gdk.Pixbuf object at
0x406f870 (GdkPixbuf at 0x3522370)>), 'helpers.freedesktop_thumbnail':
('global', <function freedesktop_thumbnail at 0x26fa578>), 'self.filename':
('local', <gui.filehandling.FileHandler object at 0x2c0b410>)}
  File "/usr/share/mypaint/lib/helpers.py", line 133,
freedesktop_thumbnail(filename=None, pixbuf=<gtk.gdk.Pixbuf object at
0x406f870 (GdkPixbuf at 0x3522370)>)
        uri = filename2uri(filename)
        file_hash = hashlib.md5(uri).hexdigest()
  variables: {'filename2uri': ('global', <function filename2uri at
0x26fa7d0>), 'uri': (None, []), 'filename': ('local', None)}
  File "/usr/share/mypaint/lib/helpers.py", line 245, filename2uri(path=None)
    def filename2uri(path):
        path = os.path.abspath(path)
        #print 'encode', repr(path.encode('utf-8'))
  variables: {'path': ('local', None), 'os.path.abspath': ('global', <function
abspath at 0x7f87338cf9b0>)}
  File "/usr/lib/python2.7/posixpath.py", line 352, abspath(path=None)
        """Return an absolute path."""
        if not isabs(path):
            if isinstance(path, _unicode):
  variables: {'path': ('local', None), 'isabs': ('global', <function isabs at
0x7f87338c7de8>)}
  File "/usr/lib/python2.7/posixpath.py", line 61, isabs(s=None)
        """Test whether a path is absolute"""
        return s.startswith('/')
  variables: {'s': ('local', None)}
AttributeError: 'NoneType' object has no attribute 'startswith'



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: jeu. 30 août 2012 23:14:35 GMT  Name: MyPaintExceptionScreenshot.png 
Size: 485 ko   By: rmx

<http://gna.org/bugs/download.php?file_id=16457>

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


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

Reply via email to