raghuram534 / autokey

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

ImportError: cannot import name Qsci - autokey-qt won't start [Resolved] #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
autokey-qt 
Traceback (most recent call last):
  File "/usr/bin/autokey-qt", line 5, in <module>
    from autokey.qtapp import Application
  File "/usr/lib/python2.6/site-packages/autokey/qtapp.py", line 32, in <module>
    from qtui.configwindow import ConfigWindow
  File "/usr/lib/python2.6/site-packages/autokey/qtui/configwindow.py", line 25, in <module>
    from PyQt4 import Qsci
ImportError: cannot import name Qsci

---------------

Found the solution:

by installing "qscintilla" and "python-qscintilla" autokey-qt and autokey-gtk 
now starts.

p.s. just wanted to put solution the the problem i've found so that in future 
others don't panic :)

Original issue reported on code.google.com by fast.riz...@gmail.com on 2 Sep 2010 at 1:10