On Oct 16, 2006, at 4:12 AM, Rick Graves wrote:

Do you have a terminal window open to see any possible tracebacks?

I copied the text from the terminal window and put it
here:

http://www.advanced-app.com.hk/MiscJunk/ReportDesignerErrors.txt

Does that help?

From that log:

File "/usr/lib/python2.4/site-packages/Dabo-0.7a-py2.4.egg/dabo/ui/ uiwx/dDataControlMixin.py", line 44, in _coerceValue
    val = unicode(val, self.Application.Encoding)
TypeError: decoding Unicode is not supported

        This is a problem that can be reproduced easily:

>>> x = u"Dabo"
>>> print unicode(x, "utf-8")
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: decoding Unicode is not supported

Looks like we need to check the encoding of the data first before coerce to unicode.


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to