Export to GitHub

hotwire-shell - issue #209

can't even run the app


Posted on Feb 10, 2009 by Grumpy Camel

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 "

Status: New