Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slax #5

Open
GoogleCodeExporter opened this issue Mar 23, 2015 · 4 comments
Open

slax #5

GoogleCodeExporter opened this issue Mar 23, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

@Test0Name
Copy link

I'm running into something simmilar to this. The error is this :

Traceback (most recent call last):
File "execute.py", line 73, in
from core import *
File "/usr/share/fern-wifi-cracker/core/fern.py", line 15, in
from wep import *
File "/usr/share/fern-wifi-cracker/core/wep.py", line 2, in
from core.tools import*
File "/usr/share/fern-wifi-cracker/core/tools.py", line 6, in
from gui.geotrack import *
File "/usr/share/fern-wifi-cracker/gui/geotrack.py", line 211, in
from PyQt4 import QtWebKit
ImportError: cannot import name QtWebKit

I have python 2.7 ,3,3.4 and 3.5 installed. I have manually built and installed pyqt4 with no success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants