EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

can't even run the app #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have verified that I have all the latest packages for Python installed. 
Unpakced the latest  verison of hotwire.  When I run, I get thie:

"[kameronc@kameronclinux hotwire-0.721]$ Running uninstalled, extending
PYTHONPATH with: /home/kameronc/install/hotwire-0.721
Traceback (most recent call last):
  File "ui/hotwire", line 209, in ?
    main()
  File "ui/hotwire", line 136, in main
    import hotwire.completion
  File "/home/kameronc/install/hotwire-0.721/hotwire/completion.py", line
36, in ?
    from hotwire.state import History
  File "/home/kameronc/install/hotwire-0.721/hotwire/state.py", line 24, in ?
    from pysqlite2 import dbapi2 as sqlite3
ImportError: No module named pysqlite2
"

Original issue reported on code.google.com by kc0...@gmail.com on 10 Feb 2009 at 5:19