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.
_______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
