ssteiner wrote:
This appears to be a Python 2.5 vs. setuptools issue. Several eggs in my site-packages directory are not actually directories themselves.
Turns out that Routes 1.6 is not zip_safe under Python 2.5 (at least with my setup). Setting: zip_safe=False in setup.py and reinstalling did the trick. S --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
