[Distutils] eggs and import order

2008-10-29 Thread skip
Way back when I installed SQLalchemy 0.3.3 in such a way that it wound up in .../site-packages/easy-install.pth: ... ./SQLAlchemy-0.3.3-py2.4.egg ... A colleague installed a later version in a different directory, referenced that in PYTHONPATH but still got the old version:

Re: [Distutils] eggs and import order

2008-10-29 Thread Phillip J. Eby
At 11:40 AM 10/29/2008 -0500, [EMAIL PROTECTED] wrote: Way back when I installed SQLalchemy 0.3.3 in such a way that it wound up in .../site-packages/easy-install.pth: ... ./SQLAlchemy-0.3.3-py2.4.egg ... A colleague installed a later version in a different directory, referenced

Re: [Distutils] eggs and import order

2008-10-29 Thread skip
Phillip There's a special 'site.py' missing from this directory. You Phillip can fix that by doing this: ... Thanks for the quick response. We'll look into it. Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org

Re: [Distutils] Improper permissions when a restrictive usmask is set

2008-10-29 Thread Jake Swenson
So, any ideas? or am i the only one that has a restrictive umask?... On Tue, Oct 28, 2008 at 7:52 AM, Jake Swenson [EMAIL PROTECTED] wrote: Hi, i recently have been having trouble with easy_install. I have my usmask set to 027 and when installing packages with easyinstall they would only work

Re: [Distutils] zc.buildout, recipe downloading dev eggs

2008-10-29 Thread Justin Ryan
On closer inspection, the zc.recipe.egg documentation doesn't make any mention of this feature, though I think it's a great idea and hats off to the author if it was originally intended to work that way but doesn't, or maybe broke at some point because a contributor didn't understand the feature.