Changes between Initial Version and Version 1 of Ticket #9935


Ignore:
Timestamp:
Dec 30, 2008, 11:01:07 PM (15 years ago)
Author:
Karen Tracey
Comment:

(Fixed formatting.)

FWIW, this is not generally re-creatable. I've got Oracle 10g XE on a Windows box with Python 2.5.2 and have no trouble using using the admin interface with that setup. I suspect the problem may be some configuration issue but I don't know enough about Oracle or contrib.sessions to say what might be going wrong in your case.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9935

    • Property Component django.contrib.admindjango.contrib.sessions
  • Ticket #9935 – Description

    initial v1  
    99I was walking through the tutorial, during which I installed the 'admin' site. I went to http://127.0.0.1:8000/admin/ and logged in with user name and password, and then hit the following error.
    1010
    11 
     11{{{
    1212UnicodeEncodeError at /admin/
    1313
     
    7474Exception Type: UnicodeEncodeError at /admin/
    7575Exception Value: 'ascii' codec can't encode characters in position 0-42: ordinal not in range(128)
     76}}}
Back to Top