nagyistoce / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1 stars 0 forks source link

slax #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. slax ~ # python /usr/local/bin/Fern-Wifi-Cracker/execute.py

Traceback (most recent call last):  File "fern.py", line 8, in <module>
    from PyQt4 import QtGui,QtCore
ImportError: No module named PyQt4

Please provide any additional information below.

And evidence; and I echo many can not.
I tried with many versions of PyQt4 and nothing.
http://www.multiupload.com/OY09WZFI3E <--- python-qt4_4.4.2-4_i386.deb
http://www.multiupload.com/BU9NRE8GVG <--- python-qt4_4.4.2-4_i386.lzm
This is the last I've proven.

I can tell if it's good, or I could put a link PyQt4 valid file.

Original issue reported on code.google.com by cotil...@gmail.com on 14 Nov 2010 at 12:32

GoogleCodeExporter commented 9 years ago
Sorry for the delay , i would like to get some more information. from the error 
seems to seem to be having a module import error, which could be traced down to 
the version of python you are using.

Please try this commands and give me their output.
Type "python" on terminal and paste its version number here

How many python interpreter do you have on your computer.. The module import 
error could be generated when the Qt integrates with another version of python 
you are not currently using in calling the program.

Please paste the information here so i can get the full problematic spectrum, 
and try to correct any errors that could be generated with slax

Original comment by saviob...@rocketmail.com on 14 Nov 2010 at 7:48

GoogleCodeExporter commented 9 years ago
Hi I'm having the same issue, python versions on my PC are:

mmontero@ubuntu:~/Downloads$ python
python             python2.7-config   python3.2          python3.3-config   
python3-config     
python2            python2-config     python3.2mu        python3.3m         
python3mu          
python2.7          python3            python3.3          python3.3m-config  
python-config  

Original comment by Miguelni...@gmail.com on 21 Dec 2012 at 2:19

GoogleCodeExporter commented 9 years ago
Hit this issue on my gentoo machine after switching from python 3.2 to python 
2.7. Issue was that python 2.7 didn't have pyqt4 installed ( gentoo had 
installed it into the python 3.2 libraries ). I recommend grabbing pyqt4 from 
sourceforge ( http://sourceforge.net/projects/pyqt/files/PyQt4/ ) and that you 
try hand rolling from source to resolve this fault ( python ./configure.py , 
make, sudo make install ). This resolved the fault on my machine. 

Original comment by steakand...@gmail.com on 7 Jan 2013 at 5:29