Ticket #372 (new defect)
Umit Crash - 'Failed to open file 'F:\Umit-1.0RC\share\icons\umit\umit_16.ico': No such file or directory'
| Reported by: | justuser@… | Owned by: | boltrix |
|---|---|---|---|
| Priority: | medium | Milestone: | Umit 1.0 |
| Component: | CrashReport | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by ignotus) (diff)
Crash Report
==========
sys.platform win32
os.name nt
Gtk version 2.16.4
Umit version 1.0RC
Description
Versions:
---
GTK: 2.16.4
PyGTK: 2.14.2
HIGWidgets: 1.0RC
Python: 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]
Nmap:
Operating System: post2008Server 6.1.7600 Multiprocessor Free
Umit: 1.0RC
UmitCore: 1.0RC
UmitGUI: 1.0RC
---
<class 'gobject.GError'>
Python 2.6.2: F:\Umit-1.0RC\umit.exe
Fri Dec 25 23:20:31 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.
F:\Umit-1.0RC\umit\gui\App.pyo in __create_show_main_window(self=<umit.gui.App.App instance at 0x024D42D8>)
F:\Umit-1.0RC\umit\gui\MainWindow.pyo in __init__(self=<MainWindow object at 0x27dacd8 (GtkWindow at 0x2a77238)>)
F:\Umit-1.0RC\umit\plugin\Window.pyo in __init__(self=<PluginWindow object at 0x3af6e68 (GtkWindow at 0x2a772f0)>)
<class 'gobject.GError'>: Failed to open file 'F:\Umit-1.0RC\share\icons\umit\umit_16.ico': No such file or directory
__class__ = <class 'gobject.GError'>
__delattr__ = <method-wrapper '__delattr__' of GError object at 0x03AF6E90>
__dict__ = {'code': 4, 'domain': 'g-file-error-quark', 'message': r"Failed to open file 'F:\Umit-1.0RC\share\icons\umit\umit_16.ico': No such file or directory"}
__doc__ = None
__format__ = <built-in method __format__ of GError object at 0x03AF6E90>
__getattribute__ = <method-wrapper '__getattribute__' of GError object at 0x03AF6E90>
__getitem__ = <method-wrapper '__getitem__' of GError object at 0x03AF6E90>
__getslice__ = <method-wrapper '__getslice__' of GError object at 0x03AF6E90>
__hash__ = <method-wrapper '__hash__' of GError object at 0x03AF6E90>
__init__ = <method-wrapper '__init__' of GError object at 0x03AF6E90>
__module__ = 'gobject'
__new__ = <built-in method __new__ of type object at 0x1E1D30E0>
__reduce__ = <built-in method __reduce__ of GError object at 0x03AF6E90>
__reduce_ex__ = <built-in method __reduce_ex__ of GError object at 0x03AF6E90>
__repr__ = <method-wrapper '__repr__' of GError object at 0x03AF6E90>
__setattr__ = <method-wrapper '__setattr__' of GError object at 0x03AF6E90>
__setstate__ = <built-in method __setstate__ of GError object at 0x03AF6E90>
__sizeof__ = <built-in method __sizeof__ of GError object at 0x03AF6E90>
__str__ = <method-wrapper '__str__' of GError object at 0x03AF6E90>
__subclasshook__ = <built-in method __subclasshook__ of type object at 0x02518B38>
__unicode__ = <built-in method __unicode__ of GError object at 0x03AF6E90>
__weakref__ = None
args = (r"Failed to open file 'F:\Umit-1.0RC\share\icons\umit\umit_16.ico': No such file or directory",)
code = 4
domain = 'g-file-error-quark'
message = r"Failed to open file 'F:\Umit-1.0RC\share\icons\umit\umit_16.ico': No such file or directory"
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "umit\gui\App.pyo", line 62, in __create_show_main_window
File "umit\gui\MainWindow.pyo", line 106, in __init__
File "umit\plugin\Window.pyo", line 51, in __init__
GError: Failed to open file 'F:\Umit-1.0RC\share\icons\umit\umit_16.ico': No such file or directory
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
