I'm getting TypeError exception just doing "from django.utils import
simplejson".  app engine SDK works with the same code without
exception.

    from django.utils import simplejson
  File "/base/data/home/apps/xb-test1/4.348559552086086949/django/
utils/simplejson/__init__.py", line 139, in <module>
    from django.utils.simplejson.decoder import JSONDecoder
  File "/base/data/home/apps/xb-test1/4.348559552086086949/django/
utils/simplejson/decoder.py", line 21, in <module>
    NaN, PosInf, NegInf = _floatconstants()
  File "/base/data/home/apps/xb-test1/4.348559552086086949/django/
utils/simplejson/decoder.py", line 15, in _floatconstants
    _BYTES = '7FF300000000000007FF0000000000000'.decode('hex')
  File "/base/python_runtime/python_dist/lib/python2.5/encodings/
hex_codec.py", line 42, in hex_decode
    output = binascii.a2b_hex(input)
TypeError: Odd-length string

any idea?
thanks
-alan

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to