On Dec 6, 4:18 am, Ian Clelland <[email protected]> wrote: > If I replace line 25 with this block: > > resource_name = resource_string(app, pkg_name) > if hasattr(resource_name, 'decode'): > resource_name = resource_name.decode(settings.FILE_CHARSET) > return (resource_name, 'egg:%s:%s' % (app, pkg_name)) > > then all (expected) tests pass.
Thanks very much for this fix, I have applied it and tested in a venv, and can confirm your findings. I have pushed this to BitBucket. I have installed a PIL Python 3 port and bugs in that are causing 1 failure and 1 error; everything else passes. Regards, Vinay Sajip -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
