After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315082 - SystemError: NULL result without error in PyObject_Call
SystemError: NULL result without error in PyObject_Call
Status: RESOLVED DUPLICATE of bug 309279
Product: gnome-blog
Classification: Other
Component: Blog Applet
0.8
Other Linux
: Normal critical
: ---
Assigned To: GNOME blog maintainers
GNOME blog maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-02 03:20 UTC by PRAN SAMMSANTI
Modified: 2005-09-20 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description PRAN SAMMSANTI 2005-09-02 03:20:55 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):
  • File "/usr/bin/gnome-blog-poster", line 52 in ?
    app = BloggerApp()
  • File "/usr/bin/gnome-blog-poster", line 35 in __init__
    on_entry_posted=self._onEntryPosted)
  • File "/usr/lib/python2.3/site-packages/gnomeblog/blog_poster.py", line 41 in __init__
    gtkspell.Spell(self.blogEntry)
SystemError: NULL result without error in PyObject_Call

Comment 1 Olav Vitters 2005-09-20 18:35:25 UTC
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 ***