GNOME Bugzilla – Bug 315082
SystemError: NULL result without error in PyObject_Call
Last modified: 2005-09-20 18:35:25 UTC
Version details: 0.8-2 Distribution/Version: Debian testing/unstable $ gnome-blog-poster & /usr/lib/python2.3/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: Module gnome.vfs is deprecated; please import gnomevfs instead DeprecationWarning) Using gconf_prefix /apps/gnome-blog /usr/lib/python2.3/site-packages/gnomeblog/rich_entry.py:21: GtkDeprecationWarning: gtk.TRUE is deprecated, use True instead self.set_editable(gtk.TRUE) Traceback (most recent call last):
+ Trace 62708
app = BloggerApp()
on_entry_posted=self._onEntryPosted)
gtkspell.Spell(self.blogEntry)
Happens when you have gtkspell, but no dictionaries for your language. Latest gnome-blog CVS catches this (not released yet). *** This bug has been marked as a duplicate of 309279 ***