rajrakeshdr / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

Cand find gtksourceview #290

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mathias@mathias-laptop:~$ pychess
Traceback (most recent call last):
  File "/usr/bin/pychess", line 40, in <module>
    import pychess.Main
  File "/usr/lib/python2.5/site-packages/pychess/Main.py", line 20, in <module>
    from pychess.widgets import ionest
  File "/usr/lib/python2.5/site-packages/pychess/widgets/ionest.py", line
9, in <module>
    from gtksourceview import *
ImportError: No module named gtksourceview

On my system it is "import gtksourceview2".

Original issue reported on code.google.com by mathiasl...@gmail.com on 11 Jan 2008 at 11:57

GoogleCodeExporter commented 9 years ago
Fixed in 851

Original comment by lobais on 11 Jan 2008 at 5:58