Ticket #647 (new defect)

Opened 15 months ago

Umit Crash - '[Error 3] El sistema no puede hallar la ruta especificada: 'C:\\Archivos de programa\\Umit\\share\\umit\\config\\plugins-temp/*.*''

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

Description

Crash Report
==========

sys.platform win32
os.name nt
Gtk version 2.22.1
Umit version 1.0

Description


Versions:
---
GTK: 2.22.1
PyGTK: 2.26.0
HIGWidgets: 1.0RC
Python: 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)]
Nmap: Nmap version 4.76 ( http://nmap.org )
Operating System: XP 5.1.2600 SP3 Multiprocessor Free
Umit: 1.0
UmitCore: 1.0
UmitGUI: 1.0
---
<type 'exceptions.WindowsError'>
Python 2.7.1: C:\Archivos de programa\Umit\umit.exe
Thu Mar 01 10:41:28 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:\Archivos de programa\Umit\umit in <module>()


 C:\Archivos de programa\Umit\umit in main(args=[r'C:\Archivos de programa\Umit\umit.exe'])


 C:\Archivos de programa\Umit\umit\gui\App.pyo in __init__(self=<umit.gui.App.App instance>, args=[r'C:\Archivos de programa\Umit\umit.exe'])


 C:\Archivos de programa\Umit\umit\plugin\Engine.pyo in __init__(self=<umit.plugin.Engine.PluginEngine object>)


 C:\Archivos de programa\Umit\umit\plugin\Engine.pyo in apply_updates(self=<umit.plugin.Engine.PluginEngine object>)

<type 'exceptions.WindowsError'>: [Error 3] El sistema no puede hallar la ruta especificada: 'C:\\Archivos de programa\\Umit\\share\\umit\\config\\plugins-temp/*.*'
    __class__ = <type 'exceptions.WindowsError'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.WindowsError object>
    __dict__ = {}
    __doc__ = 'MS-Windows OS system call failed.'
    __format__ = <built-in method __format__ of exceptions.WindowsError object>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.WindowsError object>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.WindowsError object>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.WindowsError object>
    __hash__ = <method-wrapper '__hash__' of exceptions.WindowsError object>
    __init__ = <method-wrapper '__init__' of exceptions.WindowsError object>
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of exceptions.WindowsError object>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.WindowsError object>
    __repr__ = <method-wrapper '__repr__' of exceptions.WindowsError object>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.WindowsError object>
    __setstate__ = <built-in method __setstate__ of exceptions.WindowsError object>
    __sizeof__ = <built-in method __sizeof__ of exceptions.WindowsError object>
    __str__ = <method-wrapper '__str__' of exceptions.WindowsError object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of exceptions.WindowsError object>
    args = (3, 'El sistema no puede hallar la ruta especificada')
    errno = 2
    filename = r'C:\Archivos de programa\Umit\share\umit\config\plugins-temp/*.*'
    message = ''
    strerror = 'El sistema no puede hallar la ruta especificada'
    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 242, in <module>
  File "umit", line 225, in main
  File "umit\gui\App.pyo", line 51, in __init__
  File "umit\plugin\Engine.pyo", line 137, in __init__
  File "umit\plugin\Engine.pyo", line 151, in apply_updates
WindowsError: [Error 3] El sistema no puede hallar la ruta especificada: 'C:\\Archivos de programa\\Umit\\share\\umit\\config\\plugins-temp/*.*'


Note: See TracTickets for help on using tickets.