I'm trying to get Routes 1.7.1 and zc.buildout to cooperate, but
here's where it gets hung up:
File "setup.py", line 1, in <module>
try:
ImportError: No module named ez_setup
[...]
Error: Couldn't install: Routes 1.7.1
I used "easy_install -eb. Routes==1.7.1" to see what that came up
with, and indeed, the setup.py in the tarball that it grabs refers to
ez_setup, which doesn't exist in the tarball.
I got around it for now by manually creating a Python 2.5 egg for
Routes and including it in my "eggs" directory in my buildout. It'd
be nice to have a "cleaner" solution though. :)
Any ideas?
Thanks!
- Matt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---