Ticket #340 (closed defect: invalid)
Umit Crash - ''
| Reported by: | luis.kop@… | Owned by: | boltrix |
|---|---|---|---|
| Priority: | medium | Milestone: | Umit 1.0RC |
| Component: | CrashReport | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by luis) (diff)
Crash Report
==========
sys.platform win32
os.name nt
Gtk version 2.16.1
Umit version 1.0beta3
Description
Versions:
---
GTK: 2.16.1
PyGTK: 2.14.2
HIGWidgets: 1.0beta1
Python: 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Nmap: Nmap version 5.00 ( http://nmap.org )
Operating System: XP 5.1.2600 SP2 Multiprocessor Free
Umit: 1.0beta3
UmitCore: 1.0beta3
UmitGUI: 1.0beta3
---
<type 'exceptions.KeyboardInterrupt'>
Python 2.6.2: E:\python26\python.exe
Sat Jul 18 15:37:15 2009
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
E:\Umit\trunk\umit\gui\radialnet\ControlWidget.py in verify_value(self=<ControlVariableWidget object at 0x1e32c88 (GtkDrawingArea at 0x17fd098)>)
201 """
202 """
203 if self.__value() != self.__last_value:
204 self.__last_value = self.__value()
205
self = <ControlVariableWidget object at 0x1e32c88 (GtkDrawingArea at 0x17fd098)>
self.__value undefined
self.__last_value undefined
E:\Umit\trunk\umit\gui\radialnet\RadialNet.py in get_zoom(self=<RadialNet object at 0x1e320a8 (GtkDrawingArea at 0x17faf80)>)
472 """
473 """
474 return int(round(self.__scale * 100))
475
476
builtinint = <type 'int'>
builtinround = <built-in function round>
self = <RadialNet object at 0x1e320a8 (GtkDrawingArea at 0x17faf80)>
self.__scale undefined
<type 'exceptions.KeyboardInterrupt'>:
__class__ = <type 'exceptions.KeyboardInterrupt'>
__delattr__ = <method-wrapper '__delattr__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__dict__ = {}
__doc__ = 'Program interrupted by user.'
__format__ = <built-in method __format__ of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__getattribute__ = <method-wrapper '__getattribute__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__getitem__ = <method-wrapper '__getitem__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__getslice__ = <method-wrapper '__getslice__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__hash__ = <method-wrapper '__hash__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__init__ = <method-wrapper '__init__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__new__ = <built-in method __new__ of type object at 0x1E1D2A90>
__reduce__ = <built-in method __reduce__ of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__repr__ = <method-wrapper '__repr__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__setattr__ = <method-wrapper '__setattr__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__setstate__ = <built-in method __setstate__ of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__sizeof__ = <built-in method __sizeof__ of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__str__ = <method-wrapper '__str__' of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
__subclasshook__ = <built-in method __subclasshook__ of type object at 0x1E1D2A90>
__unicode__ = <built-in method __unicode__ of exceptions.KeyboardInterrupt object at 0x01E2FEE0>
args = ()
message = ''
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "E:\Umit\trunk\umit\gui\radialnet\ControlWidget.py", line 203, in verify_value
if self.__value() != self.__last_value:
File "E:\Umit\trunk\umit\gui\radialnet\RadialNet.py", line 474, in get_zoom
return int(round(self.__scale * 100))
KeyboardInterrupt
Change History
Note: See
TracTickets for help on using
tickets.
