Ticket #268 (closed defect: fixed)
Umit Crash - '[Error 3] The system cannot find the path specified: 'C:\\Program Files\\Umit\\share\\umit\\config\\plugins-temp/*.*''
| Reported by: | ggpolo@… | Owned by: | boltrix |
|---|---|---|---|
| Priority: | medium | Milestone: | Umit 1.0beta2 |
| Component: | CrashReport | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by gpolo) (diff)
Crash Report
==========
sys.platform win32
os.name nt
Gtk version 2.14.7
Umit version 1.0beta2
Description
Versions:
---
GTK: 2.14.7
PyGTK: 2.14.2
HIGWidgets: 1.0beta1
Python: 2.6.1 (r261:67517, Dec 4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
Nmap: Nmap version 4.76 ( http://nmap.org )
Operating System: XP 5.1.2600 SP3, v.5657 Uniprocessor Free
Umit: 1.0beta2
UmitCore: 1.0beta2
UmitGUI: 1.0beta2
---
<type 'exceptions.WindowsError'>
Python 2.6.1: C:\Program Files\Umit\umit.exe
Sun Apr 05 17:00:05 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.
C:\Program Files\Umit\umit in <module>()
C:\Program Files\Umit\umit in main(args=[r'C:\Program Files\Umit\umit.exe'])
C:\Program Files\Umit\umit\gui\App.pyo in __init__(self=<umit.gui.App.App instance at 0x00BAF030>, args=[r'C:\Program Files\Umit\umit.exe'])
C:\Program Files\Umit\umit\plugin\Engine.pyo in __init__(self=<umit.plugin.Engine.PluginEngine object at 0x00D7A790>)
C:\Program Files\Umit\umit\plugin\Engine.pyo in apply_updates(self=<umit.plugin.Engine.PluginEngine object at 0x00D7A790>)
<type 'exceptions.WindowsError'>: [Error 3] The system cannot find the path specified: 'C:\\Program Files\\Umit\\share\\umit\\config\\plugins-temp/*.*'
__class__ = <type 'exceptions.WindowsError'>
__delattr__ = <method-wrapper '__delattr__' of exceptions.WindowsError object at 0x00D72570>
__dict__ = {}
__doc__ = 'MS-Windows OS system call failed.'
__format__ = <built-in method __format__ of exceptions.WindowsError object at 0x00D72570>
__getattribute__ = <method-wrapper '__getattribute__' of exceptions.WindowsError object at 0x00D72570>
__getitem__ = <method-wrapper '__getitem__' of exceptions.WindowsError object at 0x00D72570>
__getslice__ = <method-wrapper '__getslice__' of exceptions.WindowsError object at 0x00D72570>
__hash__ = <method-wrapper '__hash__' of exceptions.WindowsError object at 0x00D72570>
__init__ = <method-wrapper '__init__' of exceptions.WindowsError object at 0x00D72570>
__new__ = <built-in method __new__ of type object at 0x1E1D1F40>
__reduce__ = <built-in method __reduce__ of exceptions.WindowsError object at 0x00D72570>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.WindowsError object at 0x00D72570>
__repr__ = <method-wrapper '__repr__' of exceptions.WindowsError object at 0x00D72570>
__setattr__ = <method-wrapper '__setattr__' of exceptions.WindowsError object at 0x00D72570>
__setstate__ = <built-in method __setstate__ of exceptions.WindowsError object at 0x00D72570>
__sizeof__ = <built-in method __sizeof__ of exceptions.WindowsError object at 0x00D72570>
__str__ = <method-wrapper '__str__' of exceptions.WindowsError object at 0x00D72570>
__subclasshook__ = <built-in method __subclasshook__ of type object at 0x1E1D1F40>
__unicode__ = <built-in method __unicode__ of exceptions.WindowsError object at 0x00D72570>
args = (3, 'The system cannot find the path specified')
errno = 2
filename = r'C:\Program Files\Umit\share\umit\config\plugins-temp/*.*'
message = ''
strerror = 'The system cannot find the path specified'
winerror = 3
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "umit", line 213, in <module>
File "umit", line 200, in main
File "umit\gui\App.pyo", line 50, in __init__
File "umit\plugin\Engine.pyo", line 137, in __init__
File "umit\plugin\Engine.pyo", line 149, in apply_updates
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Program Files\\Umit\\share\\umit\\config\\plugins-temp/*.*'
Change History
Note: See
TracTickets for help on using
tickets.
