smari / infosec-demos

This is intended to be a simple debian package that contains tutorials and demos for showing how common information security/computer security issues work. Intended for standalone functionality.
2 stars 2 forks source link

NameError: global name 'wx' is not defined #9

Closed snassar closed 11 years ago

snassar commented 11 years ago

Here is what I get when running isecdem (commit: ef8e7f13ca by smari):

Traceback (most recent call last): File "/usr/share/infosecdemos/isecdem.py", line 68, in top = InfoSecMainWindow() File "/usr/share/infosecdemos/isecdem.py", line 46, in init self.demos[i] = dict(demos)i File "/usr/share/infosecdemos/panels/wlanprobes.py", line 9, in init self.capture_list.Bind(wx.wxEVT_LEFT_DCLICK, self.showdetails) NameError: global name 'wx' is not defined

smari commented 11 years ago

Fixed with ef8e7f1..074c7b2