Mon 11 Mar 2013 08:36:11 PM UTC, original submission:
Traceback (most recent call last):
File "E:program filesMyPaintlibrary.zipguifilehandling.py", line 449, save_as_cb(self=<gui.filehandling.FileHandler object>, action=<gtk.Action object at 0x2e0b048 (GtkAction at 0x4ae5870)>)
# Do not change working file
self.save_as_dialog(self.save_file, suggested_filename = current_filename, export=True)
else:
File "E:program filesMyPaintlibrary.zipguifilehandling.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': True})
# Do not change working file
save_method_reference(filename, True, **options)
else:
File "E:program filesMyPaintlibrary.zipguidrawwindow.py", line 46, wrapper(self=<gui.filehandling.FileHandler object>, args=(u'E:\123.png', True), *kwargs={'alpha': True})
try:
func(self, args, *kwargs)
# gtk main loop may be called in here...
File "E:program filesMyPaintlibrary.zipguifilehandling.py", line 292, save_file(self=<gui.filehandling.FileHandler object>, filename=u'E:\123.png', export=True, **options={'alpha': True})
thumbnail_pixbuf = self.doc.model.render_thumbnail()
helpers.freedesktop_thumbnail(self.filename, thumbnail_pixbuf)
File "E:program filesMyPaintlibrary.ziplibhelpers.py", line 152, freedesktop_thumbnail(filename=None, pixbuf=<gtk.gdk.Pixbuf object at 0x9f7aaf8 (GdkPixbuf at 0x8136370)>)
file_mtime = str(int(os.stat(filename).st_mtime))
TypeError: coercing to Unicode: need string or buffer, NoneType found
|