Gut, hier also was im Terminal steht und wieder der anhang der Textdatei.... nicht dass da nachher was fehlt

peter@peter-desktop:~$ griffith --debug >debug_gr.txt
/usr/share/griffith/lib/db/tables.py:31: SADeprecationWarning: The Binary type has been renamed to LargeBinary.
Column('data', Binary(1048576), nullable=False))
2011-01-04T09:43:15: DEBUG: Griffith(gconsole:86): Starting Griffith 0.11
2011-01-04T09:43:15: DEBUG: Griffith(gconsole:87): Platform: Linux-2.6.35-24-generic-x86_64-with-Ubuntu-10.10-maverick (posix)
2011-01-04T09:43:15: DEBUG: Griffith(gconsole:88): Dependencies:
2011-01-04T09:43:15: DEBUG: Griffith(griffith:1467): config file used: /home/peter/.griffith/griffith.cfg
2011-01-04T09:43:15: INFO: Griffith(initialize:102): Using Griffith directory: /home/peter/.griffith
/usr/share/griffith/lib/initialize.py:140: 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:364: DeprecationWarning: Use the new widget gtk.Tooltip
self.widgets['tooltips'] = gtk.Tooltips()
/usr/share/griffith/lib/widgets.py:365: 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:366: 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:367: 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:368: 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:369: 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:370: 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/plugins/extensions/__init__.py:70: DeprecationWarning: object.__new__() takes no parameters
obj = object.__new__(class_, *args, **kwargs)
/usr/share/griffith/lib/initialize.py:537: DeprecationWarning:
ext.toolbar_icon_widget = toolbar.insert_stock(module.toolbar_icon, module.description, None, ext._on_toolbar_icon_clicked, None, -1)
/usr/share/griffith/lib/main_treeview.py:152: DeprecationWarning: Use the new widget gtk.Tooltip
self.widgets['tooltips'].set_tip(w['region'], self._regions[0]) # N/A
2011-01-04T09:43:19: DEBUG: Griffith(sql:262): 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
/usr/share/griffith/lib/main_treeview.py:145: DeprecationWarning: Use the new widget gtk.Tooltip
self.widgets['tooltips'].set_tip(w['region'], self._regions[int(item['region'])])
Traceback (most recent call last):
File "/usr/bin/griffith", line 1129, in filter_txt
quick_filter.change_filter(self)
File "/usr/share/griffith/lib/quick_filter.py", line 46, in change_filter
self.populate_treeview(statement)
File "/usr/bin/griffith", line 976, in populate_treeview
main_treeview.populate(self, statement, where)
File "/usr/share/griffith/lib/main_treeview.py", line 374, in populate
if qf and not movies or isinstance(movies, Select): # if ".execute().fetchall()" not invoked on movies yet
File "/usr/lib/python2.6/dist-packages/sqlalchemy/sql/expression.py", line 1296, in __nonzero__
raise TypeError("Boolean value of this clause is not defined")
TypeError: Boolean value of this clause is not defined
Traceback (most recent call last):
File "/usr/bin/griffith", line 1129, in filter_txt
quick_filter.change_filter(self)
File "/usr/share/griffith/lib/quick_filter.py", line 46, in change_filter
self.populate_treeview(statement)
File "/usr/bin/griffith", line 976, in populate_treeview
main_treeview.populate(self, statement, where)
File "/usr/share/griffith/lib/main_treeview.py", line 374, in populate
if qf and not movies or isinstance(movies, Select): # if ".execute().fetchall()" not invoked on movies yet
File "/usr/lib/python2.6/dist-packages/sqlalchemy/sql/expression.py", line 1296, in __nonzero__
raise TypeError("Boolean value of this clause is not defined")
TypeError: Boolean value of this clause is not defined
Traceback (most recent call last):
File "/usr/bin/griffith", line 1129, in filter_txt
quick_filter.change_filter(self)
File "/usr/share/griffith/lib/quick_filter.py", line 46, in change_filter
self.populate_treeview(statement)
File "/usr/bin/griffith", line 976, in populate_treeview
main_treeview.populate(self, statement, where)
File "/usr/share/griffith/lib/main_treeview.py", line 374, in populate
if qf and not movies or isinstance(movies, Select): # if ".execute().fetchall()" not invoked on movies yet
File "/usr/lib/python2.6/dist-packages/sqlalchemy/sql/expression.py", line 1296, in __nonzero__
raise TypeError("Boolean value of this clause is not defined")
TypeError: Boolean value of this clause is not defined
Traceback (most recent call last):
File "/usr/bin/griffith", line 1160, in filter_using_advfilter_rule
quick_filter.change_filter(self)
File "/usr/share/griffith/lib/quick_filter.py", line 46, in change_filter
self.populate_treeview(statement)
File "/usr/bin/griffith", line 976, in populate_treeview
main_treeview.populate(self, statement, where)
File "/usr/share/griffith/lib/main_treeview.py", line 374, in populate
if qf and not movies or isinstance(movies, Select): # if ".execute().fetchall()" not invoked on movies yet
File "/usr/lib/python2.6/dist-packages/sqlalchemy/sql/expression.py", line 1296, in __nonzero__
raise TypeError("Boolean value of this clause is not defined")
TypeError: Boolean value of this clause is not defined
Ich hoffe das es nun weiterhilft