nagyistoce / fern-wifi-cracker

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

Error: Dependency is not satisfiable #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I use crunchbang Stable

1. use GDebi i obtain this message:

Error: Dependency is not satisfiable: aircrack-ng (>= 1.0)

My version of aircrack-ng its 1.1; i had install from source

2. use terminal

# sudo dpkg -i Fern-Wifi-Cracker_1.2_all.deb

Selecting previously deselected package fern-wifi-cracker.
(Reading database ... 119502 files and directories currently installed.)
Unpacking fern-wifi-cracker (from Fern-Wifi-Cracker_1.2_all.deb) ...
dpkg: dependency problems prevent configuration of fern-wifi-cracker:
 fern-wifi-cracker depends on aircrack-ng (>= 1.0); however:
  Package aircrack-ng is not installed.
dpkg: error processing fern-wifi-cracker (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
 fern-wifi-cracker

if u can help me,tnx ;)

Original issue reported on code.google.com by blackdoo...@gmail.com on 20 Aug 2012 at 8:51

GoogleCodeExporter commented 9 years ago
Get and run the program like this:

root@host:~# svn checkout 
http://fern-wifi-cracker.googlecode.com/svn/Fern-Wifi-Cracker/

root@host:~# python execute.py

Original comment by saviob...@rocketmail.com on 20 Aug 2012 at 6:02

GoogleCodeExporter commented 9 years ago
Great, works!

very thank Savior ;)

Original comment by blackdoo...@gmail.com on 22 Aug 2012 at 9:34

GoogleCodeExporter commented 9 years ago
;) Your Welcome Bro

Original comment by saviob...@rocketmail.com on 22 Aug 2012 at 12:24

GoogleCodeExporter commented 9 years ago
When I write : root@host:~# python execute.py

give me: python: can't open file 'execute.py': [Errno 2] No such file or 
directory

what should i do ?

Original comment by berkfikr...@gmail.com on 11 Dec 2012 at 1:54

GoogleCodeExporter commented 9 years ago
You have to change the working directory to the Fern-Wifi-Cracker folder..

The you execute the:  python execute.py

root@host: cd /opt/Fern-Wifi-Cracker

root@host: python execute.py

Original comment by savioboy...@gmail.com on 11 Dec 2012 at 7:57

GoogleCodeExporter commented 9 years ago
I get this:

mmontero@ubuntu:~/Fern-Wifi-Cracker$ python execute.py
Traceback (most recent call last):
  File "execute.py", line 8, in <module>
    from PyQt4 import QtGui,QtCore
RuntimeError: the sip module implements API v9.0 to v9.1 but the PyQt4.QtGui 
module requires API v8.1

What should I do?

Original comment by Miguelni...@gmail.com on 21 Dec 2012 at 1:54