Ticket #483 (new defect)

Opened 22 months ago

Last modified 11 months ago

CrashReporter: global name 'Except' is not defined

Reported by: nl12432@… Owned by: nopper
Priority: medium Milestone:
Component: PacketManipulator Version: PacketManipulator 0.3
Keywords: user crash Cc:

Description

Crash Report
============
sys.platform win32
os.name nt
PacketManipulator 0.3

Description
-----------
Describe what are you doing.

Traceback
---------

Versions:
GTK: 2.24.0
PyGTK: 2.28.3
HIGWidgets: < 0.9.5
Python: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
<type 'exceptions.NameError'>
Python 2.6.6: C:\Program Files\PacketManipulator\PacketManipulator.exe
Wed Aug 10 16:16:49 2011

A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.

 C:\Documents and Settings\John van Soest\Menu Start\Programma's\PacketManipulator\umit\pm\gui\dialogs\interface.pyc in __on_method_changed(self=<InterfaceDialog object at 0x200fe90 (GtkDialog at 0x2e230f8)>, combo=<gtk.ComboBox object at 0x200fdc8 (GtkComboBox at 0x2d60d10)>, btn=<gtk.Button object at 0x200fb98 (GtkButton at 0x2e029a8)>)


 C:\Documents and Settings\John van Soest\Menu Start\Programma's\PacketManipulator\umit\pm\gui\dialogs\interface.pyc in __populate(self=<InterfaceDialog object at 0x200fe90 (GtkDialog at 0x2e230f8)>)


 C:\Documents and Settings\John van Soest\Menu Start\Programma's\PacketManipulator\umit\pm\backend\scapy\utils.pyc in find_all_devs(capmethod=3)

<type 'exceptions.NameError'>: global name 'Except' is not defined
    __class__ = <type 'exceptions.NameError'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.NameError object>
    __dict__ = {}
    __doc__ = 'Name not found globally.'
    __format__ = <built-in method __format__ of exceptions.NameError object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.NameError object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.NameError object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.NameError object>
    __hash__ = <method-wrapper '__hash__' of exceptions.NameError object>
    __init__ = <method-wrapper '__init__' of exceptions.NameError object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.NameError object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.NameError object>
    __repr__ = <method-wrapper '__repr__' of exceptions.NameError object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.NameError object>
    __setstate__ = <built-in method __setstate__ of exceptions.NameError object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.NameError object>
    __str__ = <method-wrapper '__str__' of exceptions.NameError object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.NameError object>
    args = ("global name 'Except' is not defined",)
    message = "global name 'Except' is not defined"

The above is a description of an error in a Python program.  Here is
the original traceback:

Traceback (most recent call last):
  File "umit\pm\gui\dialogs\interface.pyc", line 449, in __on_method_changed
  File "umit\pm\gui\dialogs\interface.pyc", line 443, in __populate
  File "umit\pm\backend\scapy\utils.pyc", line 397, in find_all_devs
NameError: global name 'Except' is not defined


Change History

Changed 11 months ago by iwdy23

panerai replica searchin'now

Note: See TracTickets for help on using tickets.