Ticket #388 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Umit Crash - 'Destination path 'C:\Users\Username\.umit_backup\.umit' already exists'

Reported by: niteesh3@… Owned by: boltrix
Priority: medium Milestone: Umit 1.1
Component: Umit Version: current svn
Keywords: Cc:

Description

Description: Crash Report

==========

sys.platform win32

os.name nt

Gtk version 2.16.4

Umit version 1.0RC

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.30BETA1 ( http://nmap.org ) Operating System: post2008Server 6.1.7600 Multiprocessor Free Umit: 1.0RC UmitCore?: 1.0RC UmitGUI: 1.0RC --- <class 'shutil.Error'> Python 2.6.2: C:\Program Files\Umit\umit.exe Tue Apr 20 22:35:23 2010

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\core\Paths.pyo in set_umit_conf(self=<umit.core.Paths.Paths object at 0x01ED5790>, base_dir=r'C:\Program Files\Umit')

C:\Program Files\Umit\umit\merger\nt_appdata.pyo in merge()

C:\Program Files\Umit\shutil.pyo in move(src=u'C:\\Users\\Username\\.umit', dst=u'C:\\Users\\Username\\.umit_backup')

<class 'shutil.Error'>: Destination path 'C:\Users\Username\.umit_backup\.umit' already exists

class = <class 'shutil.Error'> delattr = <method-wrapper 'delattr' of Error object at 0x01EC6AE8> dict = {} doc = None format = <built-in method format of Error object at 0x01EC6AE8> getattribute = <method-wrapper 'getattribute' of Error object at 0x01EC6AE8> getitem = <method-wrapper 'getitem' of Error object at 0x01EC6AE8> getslice = <method-wrapper 'getslice' of Error object at 0x01EC6AE8> hash = <method-wrapper 'hash' of Error object at 0x01EC6AE8> init = <method-wrapper 'init' of Error object at 0x01EC6AE8> module = 'shutil' new = <built-in method new of type object at 0x1E1D2C90> reduce = <built-in method reduce of Error object at 0x01EC6AE8> reduce_ex = <built-in method reduce_ex of Error object at 0x01EC6AE8> repr = <method-wrapper 'repr' of Error object at 0x01EC6AE8> setattr = <method-wrapper 'setattr' of Error object at 0x01EC6AE8> setstate = <built-in method setstate of Error object at 0x01EC6AE8> sizeof = <built-in method sizeof of Error object at 0x01EC6AE8> str = <method-wrapper 'str' of Error object at 0x01EC6AE8> subclasshook = <built-in method subclasshook of type object at 0x01333258> unicode = <built-in method unicode of Error object at 0x01EC6AE8> weakref = None args = (u"Destination path 'C:\\Users\\Username\\.umit_backup\\.umit' already exists",) errno = None filename = None message = u"Destination path 'C:\\Users\\Username\\.umit_backup\\.umit' already exists" strerror = None

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 205, in main File "umit\core\Paths.pyo", line 184, in set_umit_conf File "umit\merger\nt_appdata.pyo", line 54, in merge File "shutil.pyo", line 254, in move

Error: Destination path 'C:\Users\Username\.umit_backup\.umit' already exists

Change History

Changed 3 years ago by luis

  • status changed from new to closed
  • resolution set to duplicate

Thanks for report.

Following #381.

Note: See TracTickets for help on using tickets.