riverrun / genxword

Crossword generator written in Python.
GNU General Public License v3.0
162 stars 40 forks source link

Possible missing dependency in Arch AUR packages? #2

Closed firecat53 closed 11 years ago

firecat53 commented 11 years ago

Hey, both the python2 and python3 versions fail when trying to run the gui with errors like:

ERROR:root:Could not find any typelib for GtkSource
Traceback (most recent call last):
  File "/usr/bin/genxword3-gtk", line 4, in <module>
    from genxword3 import gui
  File "/usr/lib/python3.3/site-packages/genxword3/gui.py", line 23, in <module>
    from gi.repository import Gtk, GtkSource, Pango
ImportError: cannot import name GtkSource

python-gobject and python-cairo (and their python2 equivalents) are installed.

Thanks! Scott

riverrun commented 11 years ago

Hi, At the moment, I'm not using Arch, which is making it a little difficult to test. Maybe you need to install gtksourceview3 as well. Could you try that and let me know what happens. Thanks for your help, Dave

firecat53 commented 11 years ago

That did it. Thanks!