LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   How do I know if I have PyQT4 installed using Ubuntu? (https://www.linuxquestions.org/questions/ubuntu-63/how-do-i-know-if-i-have-pyqt4-installed-using-ubuntu-4175462121/)

ShaqDiesel 05-15-2013 12:23 PM

How do I know if I have PyQT4 installed using Ubuntu?
 
Hi, I have Ubuntu 12.04 LTS. I am trying to install the Eric5 IDE but when I ran the installer it complained about not having PyQT4. So I installed PyQT4 using
Code:

sudo apt-get install python-qt4
without any errors. I run the Eric installer again and get the same msg:
Code:

Checking dependencies
Python Version: 3.2.3
Sorry, please install PyQt4.
Error: No module named PyQt4.QtCore

I then run
Code:

pip freeze
and PyQT4 is not in the list of installed modules. My PATH environment variable looks like:
Code:

/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/shaqDiesel/.rvm/bin:/home/shaqDiesel/.rvm/gems/ruby-2.0.0-p195/bin

ShaqDiesel 05-15-2013 01:37 PM

I just installed PyQT4 and QTscintilla2 for python 2 which was the default on my system, now eric works with python 2.


All times are GMT -5. The time now is 08:59 PM.