maroulitsa21 / wifite

Automatically exported from code.google.com/p/wifite
GNU General Public License v2.0
0 stars 0 forks source link

Python GUI package #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Good tool !

But don't forget in your installation steps to indicate to install GUI lib 
packages(Tkinter, i assume but not sure, i know nothing about python's dev ^^) 
which seems not to be installed by default !

Personally, i downloaded the following package :
- idle
- idle3
- idle-python2.6
- idle-python3.1

But i don't think that all are needed.

Before having installed the previous packages, i've got the following error :

Traceback (most recent call last):
  File "wifite.py", line 27, in <module>
    print R+'[!] unable to import tkinter -- GUI disabled'
NameError: global name 'R' is not defined

Al

Original issue reported on code.google.com by alphonse...@gmail.com on 25 Sep 2010 at 8:19

GoogleCodeExporter commented 8 years ago
Thanks for the report, Al.  I tried to make Wifite not package dependent. The 
error you got was a bug because of me, not because you didn't have the tkinter 
package.

Fixed in revision 27

Original comment by der...@gmail.com on 25 Sep 2010 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by der...@gmail.com on 27 Sep 2010 at 6:38

GoogleCodeExporter commented 8 years ago
libsnack2 python-tk python-tksnack

Original comment by bum...@googlemail.com on 24 Nov 2010 at 9:17