Hallo,
Ich habe keine Ahnung bei welcher Version das schon so ist, aber als ich heute Griffith startete und ein pdf exportieren wollte, stellte ich fest das Griffith überhaupt nicht reagiert wenn ich ein Menüpunkt auf Datei > Exportieren gehe.
Beim debug-Start aus der Konsole:
$ griffith -D
DEBUG:Griffith:Starting Griffith 0.10
DEBUG:Griffith:Platform: Linux-2.6.30-4.slh.2-sidux-686-i686-with-debian-squeeze-sid (posix)
DEBUG:Griffith:Dependencies:
gtk :: 2.14.1
gtk.glade :: 2.14.1
sqlalchemy :: 0.5.5
sqlite3 :: 2.3.2
reportlab :: 2.2
PIL :: True
psycopg2 :: False
MySQLdb :: False
chardet :: False
sqlite :: False
DEBUG:Griffith:config file used: /home/alex/.griffith/griffith.cfg
INFO:Griffith:Using Griffith directory: /home/alex/.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))
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
INFO:Griffith:Spellchecker is not available
Wenn ich auf Exportieren > PDF gehe (andere Optionen fast gleiches Ergebnis)
Traceback (most recent call last):
File "/usr/bin/griffith", line 168, in on_export_activate
module = __import__('PluginExport%s' % plugin_name)
File "/usr/share/griffith/lib/plugins/export/PluginExportPDF.py", line 43, in <module>
from plugins.export import Base
File "/usr/share/griffith/lib/plugins/export/__init__.py", line 29, in <module>
import xml.dom.ext
ImportError: No module named ext
griffith 0.10 / SQLite3 – sidux/xfce
Jetzt natürlich die Frage woran das liegen kann, bei mir oder bei griffith?
Ich habe griffith übrigens frisch installiert und mit neuer griffith.cfg/.db getestet mit gleichem Ergebnis.
MfG Alexs