File
"/usr/local/lib/python2.4/site-packages/django/contrib/sessions/middleware.py",
line 57, in _get_session
    self._session_cache = s.get_decoded()

  File
"/usr/local/lib/python2.4/site-packages/django/contrib/sessions/models.py",
line 61, in get_decoded
    encoded_data = base64.decodestring(self.session_data)

  File "/usr/local/lib/python2.4/base64.py", line 319, in decodestring
    return binascii.a2b_base64(s)

TypeError: a2b_base64() argument 1 must be string or read-only
character buffer, not array.array



I get the following error when trying to move my project to another
server. I have pinned it down to the Mysql installation. Anyone seen
this and can hint in any direction?

Regards
Sten


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to