#5584: unknown encoding cp0 when encountering a print command
----------------------------------------+-----------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody        
  Status:  new                          |   Component:  Core framework
 Version:  SVN                          |    Keywords:  encoding cp0  
   Stage:  Unreviewed                   |   Has_patch:  0             
----------------------------------------+-----------------------------------
 This error occurs after r5600 (unicode merge).
 My view uses a class that also is used as a standalone class in other
 software.
 The class generates a password amongst other things and the prints that to
 the console.
     def report(self):
         print "Paswoord: %s " % self.paswoord

 After revision 5600, these print command result in the afor mentioned
 error
 I tried adding an enconding stanza to the top of the source file but that
 didn't work.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5584>
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