GNOME Bugzilla – Bug 164223
starting posting app fails
Last modified: 2005-05-19 18:56:02 UTC
Steps to reproduce: 1. python gnome-blog-poster or running it another way Symptom: "poster" variable referenced before assigned. Solution: move critical code (the if block checking for a config key) below where poster is assigned) Me wonders why this should work on any system the way I downloaded it *sigh* Stack trace: Other information:
Same here. I run fedora rawhide and get this: [richard@ ~]$ rpm -q gnome-blog gnome-blog-0.8-1 [richard@ ~]$ gnome-blog-poster /usr/lib/python2.4/site-packages/gtk-2.0/gnome/vfs.py:4: DeprecationWarning: Module gnome.vfs is deprecated; please import gnomevfs instead DeprecationWarning) Traceback (most recent call last):
+ Trace 56537
app = BloggerApp()
poster._showPrefDialog()
Hi, I have the same symptom running Slackware 10.1, python-2.4, pyorbit-2.0.1, pygtk-2.6.0 and gnome-python-2.10.0
FYI, I ran into the same behavior in 0.8 on Gentoo. Workaround: 1) Install 0.7 2) Start app and enter preferences 3) Upgrade to 0.8
Seems this has been fixed in CVS and is released together with 0.9. 0.9 has other problems: it doesn't work with the gnome python 2.10 bindings.
Forgot the error message: [jan@server ~]$ gnome-blog-poster /usr/lib/python2.4/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 /opt/gnome/lib/python2.4/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 57663
accel_group=accel_group)
gtkspell.Spell(self.blogEntry)
Jan de Groot: Please limit to one problem per bugreport. That is also reported in bug 172579. This bug is a dupe of bug 163795, fixed in CVS and 0.9. *** This bug has been marked as a duplicate of 163795 ***