noamraph / dreampie

DreamPie - The Python shell you've always dreamed about!
www.dreampie.org
GNU General Public License v3.0
233 stars 52 forks source link

Missing dependency? #46

Open larsks opened 10 years ago

larsks commented 10 years ago

Running:

pip install dreampie

seems to work, but then running dreampie results in:

Traceback (most recent call last):
  File "/home/lkellogg/env/common/bin/dreampie", line 3, in <module>
    from dreampielib.gui import main
  File "/home/lkellogg/env/common/lib/python2.7/site-packages/dreampielib/gui/__init__.py", line 78, in <module>
    import gtksourceview2
ImportError: No module named gtksourceview2

Maybe there is a dependency missing from setup.py? I have not investigated yet.

mervick commented 8 years ago

For Ubuntu execute in terminal:

sudo apt-get install python-gtksourceview2