Git Product home page Git Product logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
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 [email protected] on 14 Nov 2010 at 7:48

from fern-wifi-cracker.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
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 [email protected] on 21 Dec 2012 at 2:19

from fern-wifi-cracker.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 23, 2024
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 [email protected] on 7 Jan 2013 at 5:29

from fern-wifi-cracker.

Test0Name avatar Test0Name commented on June 23, 2024

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.

from fern-wifi-cracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.