#2335: Admin area doesn't work at win32 python2.4.3 when followed instructions
from Tutorial part 2. code revision 3336 (HEAD for now)
--------------------------------------------+-------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  adrian         
     Status:  reopened                      |            Component:  Admin 
interface
    Version:  SVN                           |           Resolution:             
    
   Keywords:                                |                Stage:  Unreviewed 
    
  Has_patch:  0                             |           Needs_docs:  0          
    
Needs_tests:  0                             |   Needs_better_patch:  0          
    
--------------------------------------------+-------------------------------
Changes (by anonymous):

  * status:  closed => reopened
  * resolution:  invalid =>

Comment:

 I (different anonymous) also get this problem. I am using mysql5.0.33,
 apache 2.2.4, python 2.4.4, django 0.95.1 on freebsd 6.2. I am trying to
 figure it out. I tried with firefox and also with lynx, using the apache
 server and also the native django server. That exception handler is
 amazing though! Here's some more output:
 
 /usr/local/lib/python2.4/site-
 packages/Django-0.95.1-py2.4.egg/django/contrib/sessions/models.py in
 get_decoded
 
   60. def get_decoded(self):
   61.   encoded_data = base64.decodestring(self.session_data) ...
 
  Local vars
   Variable      Value
   self       <Session: Session object>
 
 
 
 /usr/local/lib/python2.4/base64.py in decodestring
  319. def decodestring(s):
  320.   """Decode a string."""
  321.   return binascii.a2b_base64(s)
 
  Local vars
   Variable      Value
   s              array('c',
 
'KGRwMQpTJ3Rlc3Rjb29raWUnCnAyClMnd29ya2VkJwpwMwpzLmU1ZjhhN2QwYzQxYWJlY2RjMWYx\nNDQ3MzUzZjY4YzQw\n')
 
 If anyone wants to inspect my installation, please email me at rbancroft
 at gmail dot com and I can show you. Also, I did not follow the tutorial
 100% as written so there could be something I am missing.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2335#comment:2>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to