as requested. griffith --debug DEBUG:Griffith:Starting Griffith 0.10 DEBUG:Griffith:Platform: Linux-2.6.31-19-generic-i686-with-LinuxMint-8-helena (posix) DEBUG:Griffith:Dependencies: gtk :: 2.16.0 gtk.glade :: 2.16.0 sqlalchemy :: 0.5.5 sqlite3 :: 2.4.1 reportlab :: 2.3 PIL :: True psycopg2 :: 2.0.8 (dec mx dt ext pq3) MySQLdb :: 1.2.2.final.0 chardet :: 1.0.1 sqlite :: False DEBUG:Griffith:config file used: /home/rick/.griffith/griffith.cfg INFO:Griffith:Using Griffith directory: /home/rick/.griffith /usr/share/griffith/lib/initialize.py:137: GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated define_widgets(self, gtk.glade.XML(gf)) /usr/share/griffith/lib/widgets.py:355: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'] = gtk.Tooltips() /usr/share/griffith/lib/widgets.py:356: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(self.widgets['preferences']['epdf_reader'], _('Define here the PDF reader you want to use within Griffith. Popular choices are xpdf, gpdf, evince or kpdf. Make sure you have this program installed and working first.')) /usr/share/griffith/lib/widgets.py:357: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(self.widgets['preferences']['spell_lang'], _("Here you can define the desired language to use while spell checking some fields. Use you locale setting. For example, to use european portuguese spell checking enter 'pt'")) /usr/share/griffith/lib/widgets.py:358: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(self.widgets['preferences']['mail_smtp_server'], _("Use this entry to define the SMTP server you want to use to send e-mails. On *nix systems, 'localhost' should work. Alternatively, you can use your Internet Service Provider's SMTP server address.")) /usr/share/griffith/lib/widgets.py:359: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(self.widgets['preferences']['mail_email'], _("This is the from e-mail address that should be used to all outgoing e-mail. You want to include your own e-mail address here probably.")) /usr/share/griffith/lib/widgets.py:360: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(self.widgets['preferences']['mail_smtp_port'], _("Here you can define the smtp server port to use. If you want to use your gmail account service to send e-mails, try to enter '587' here. Default (and the most common one) is '25'")) /usr/share/griffith/lib/widgets.py:361: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(self.widgets['preferences']['mail_use_tls'], _("If you need TLS support, please check this checkbox. This is needed, for example, when using gmail service to send your reminder e-mails.")) /usr/share/griffith/lib/main_treeview.py:145: DeprecationWarning: Use the new widget gtk.Tooltip self.widgets['tooltips'].set_tip(w['region'], self._regions[0]) # N/A DEBUG:Griffith:SELECT movies.number, movies.o_title, movies.title, movies.director, movies.poster_md5, movies.genre, movies.seen, movies.year, movies.runtime, movies.rating FROM movies ORDER BY movies.number ASC WARNING:Griffith:poster not available: 00390f5559f3b3e14dd74f372d9f2882 Traceback (most recent call last): File "/usr/bin/griffith", line 1490, in griffith = Griffith(home_dir, config) File "/usr/bin/griffith", line 131, in __init__ self.populate_treeview() File "/usr/bin/griffith", line 1013, in populate_treeview main_treeview.populate(self, statement, where) File "/usr/share/griffith/lib/main_treeview.py", line 487, in populate pixbuf = self.Image.get_pixbuf() ValueError: image should be a GdkPixbuf or empty