Ticket #422 (new defect)
Umit Crash - 'coercing to Unicode: need string or buffer, int found'
| Reported by: | philip.k.chou@… | Owned by: | luis |
|---|---|---|---|
| Priority: | medium | Milestone: | Umit 1.0 |
| Component: | CrashReport | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by luis) (diff)
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.TypeError'>
Python 2.7.1: C:\Program Files\Umit\umit.exe
Tue Mar 29 13:22:58 2011
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>, base_dir=r'C:\Program Files\Umit')
C:\Program Files\Umit\umit\merger\nt_appdata.pyo in merge()
<type 'exceptions.TypeError'>: coercing to Unicode: need string or buffer, int found
__class__ = <type 'exceptions.TypeError'>
__delattr__ = <method-wrapper '__delattr__' of exceptions.TypeError object>
__dict__ = {}
__doc__ = 'Inappropriate argument type.'
__format__ = <built-in method __format__ of exceptions.TypeError object>
__getattribute__ = <method-wrapper '__getattribute__' of exceptions.TypeError object>
__getitem__ = <method-wrapper '__getitem__' of exceptions.TypeError object>
__getslice__ = <method-wrapper '__getslice__' of exceptions.TypeError object>
__hash__ = <method-wrapper '__hash__' of exceptions.TypeError object>
__init__ = <method-wrapper '__init__' of exceptions.TypeError object>
__new__ = <built-in method __new__ of type object>
__reduce__ = <built-in method __reduce__ of exceptions.TypeError object>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.TypeError object>
__repr__ = <method-wrapper '__repr__' of exceptions.TypeError object>
__setattr__ = <method-wrapper '__setattr__' of exceptions.TypeError object>
__setstate__ = <built-in method __setstate__ of exceptions.TypeError object>
__sizeof__ = <built-in method __sizeof__ of exceptions.TypeError object>
__str__ = <method-wrapper '__str__' of exceptions.TypeError object>
__subclasshook__ = <built-in method __subclasshook__ of type object>
__unicode__ = <built-in method __unicode__ of exceptions.TypeError object>
args = ('coercing to Unicode: need string or buffer, int found',)
message = 'coercing to Unicode: need string or buffer, int found'
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 205, in main
File "umit\core\Paths.pyo", line 184, in set_umit_conf
File "umit\merger\nt_appdata.pyo", line 54, in merge
TypeError: coercing to Unicode: need string or buffer, int found
Change History
Note: See
TracTickets for help on using
tickets.
