On 8/15/07, Ian Bicking <[EMAIL PROTECTED]> wrote: > > Yeah; weird stuff with site-packages or easy-install.pth, perhaps? > Doing python -c "import pylons; print pylons.__file__" might help debug, > and maybe if you install yolk it'll help explain stuff. >
For the (future) record and the next person that has this problem... it turned out that one of the boxes was sticking some eggs in /usr/lib/python2.4 and some in /usr/local/lib. I don't know what the order of precedence is, but it fouled things up for me. Probably an earlier misconfiguration with setuptools on my part. Thanks gang. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
