My code runs fine on the development server, but dies on a local copy of apache with mod_python.
It's giving me this error: unknown encoding: cp0 On this line: print 'report: %s' % report_name Google found several references to making everything unicode (see below), so I tried this: print u'report: %s' % unicode(report_name) But it still fails the same. I'm running the latest from SVN on W2k with Apache 2.2.8, mod_python 3.3.1 and Python 2.5.1. Any ideas? Thanks, Michael http://code.djangoproject.com/ticket/5584 http://code.djangoproject.com/wiki/UnicodeBranch#PortingApplicationsTheQuickChecklist --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---