Ticket #535 (new defect)

Opened 17 months ago

Umit Crash - '[Error 3] Impossibile trovare il percorso specificato: 'C:\\Program Files (x86)\\Umit\\share\\umit\\config\\plugins-temp/*.*''

Reported by: dsadasd@… Owned by: boltrix
Priority: medium Milestone: Umit 1.0RC
Component: CrashReport Version: current svn
Keywords: user crash Cc:

Description

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: Nmap version 5.00 ( http://nmap.org )
Operating System: post2008Server 6.1.7601 SP1 Multiprocessor Free
Umit: 1.0RC
UmitCore: 1.0RC
UmitGUI: 1.0RC
---
<type 'exceptions.WindowsError'>
Python 2.6.2: C:\Program Files (x86)\Umit\umit.exe
Mon Jan 02 11:39:25 2012

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 (x86)\Umit\umit in <module>()


 C:\Program Files (x86)\Umit\umit in main(args=[r'C:\Program Files (x86)\Umit\umit.exe'])


 C:\Program Files (x86)\Umit\umit\gui\App.pyo in __init__(self=<umit.gui.App.App instance at 0x02696EB8>, args=[r'C:\Program Files (x86)\Umit\umit.exe'])


 C:\Program Files (x86)\Umit\umit\plugin\Engine.pyo in __init__(self=<umit.plugin.Engine.PluginEngine object at 0x027D4030>)


 C:\Program Files (x86)\Umit\umit\plugin\Engine.pyo in apply_updates(self=<umit.plugin.Engine.PluginEngine object at 0x027D4030>)

<type 'exceptions.WindowsError'>: [Error 3] Impossibile trovare il percorso specificato: 'C:\\Program Files (x86)\\Umit\\share\\umit\\config\\plugins-temp/*.*'
    __class__ = <type 'exceptions.WindowsError'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.WindowsError object at 0x027CBCE0>
    __dict__ = {}
    __doc__ = 'MS-Windows OS system call failed.'
    __format__ = <built-in method __format__ of exceptions.WindowsError object at 0x027CBCE0>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.WindowsError object at 0x027CBCE0>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.WindowsError object at 0x027CBCE0>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.WindowsError object at 0x027CBCE0>
    __hash__ = <method-wrapper '__hash__' of exceptions.WindowsError object at 0x027CBCE0>
    __init__ = <method-wrapper '__init__' of exceptions.WindowsError object at 0x027CBCE0>
    __new__ = <built-in method __new__ of type object at 0x1E1D2F50>
    __reduce__ = <built-in method __reduce__ of exceptions.WindowsError object at 0x027CBCE0>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.WindowsError object at 0x027CBCE0>
    __repr__ = <method-wrapper '__repr__' of exceptions.WindowsError object at 0x027CBCE0>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.WindowsError object at 0x027CBCE0>
    __setstate__ = <built-in method __setstate__ of exceptions.WindowsError object at 0x027CBCE0>
    __sizeof__ = <built-in method __sizeof__ of exceptions.WindowsError object at 0x027CBCE0>
    __str__ = <method-wrapper '__str__' of exceptions.WindowsError object at 0x027CBCE0>
    __subclasshook__ = <built-in method __subclasshook__ of type object at 0x1E1D2F50>
    __unicode__ = <built-in method __unicode__ of exceptions.WindowsError object at 0x027CBCE0>
    args = (3, 'Impossibile trovare il percorso specificato')
    errno = 2
    filename = r'C:\Program Files (x86)\Umit\share\umit\config\plugins-temp/*.*'
    message = ''
    strerror = 'Impossibile trovare il percorso specificato'
    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 228, in <module>
  File "umit", line 215, 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 151, in apply_updates
WindowsError: [Error 3] Impossibile trovare il percorso specificato: 'C:\\Program Files (x86)\\Umit\\share\\umit\\config\\plugins-temp/*.*'


Note: See TracTickets for help on using tickets.