Re: [Distutils] pkg_resource require does not seem to find my egg

2009-04-07 Thread Nicholas Veeser
I am confused. Doesn't this setup a development environment? I am trying to build an OS package (gentoo) for deployment to a number of hosts. I want to install my package, with a SqlAlchemy package (0.5.3), and an existing Sqlalchemy package (0.4.4) and have the packages all get along.

[Distutils] pkg_resource require does not seem to find my egg

2009-04-06 Thread Nicholas Veeser
I am working on a tool we call dino which uses sqlalchemy 0.5.3 Its an update of a previous version (called dino) which uses sqlalchemy 0.4.4. For reasons I don't have to go into, I would like to have both tools installed on the same host, with almost no changes to the existing tool. Thus

Re: [Distutils] pkg_resource require does not seem to find my egg

2009-04-06 Thread P.J. Eby
At 05:04 PM 4/6/2009 -0700, Nicholas Veeser wrote: I am working on a tool we call dino which uses sqlalchemy 0.5.3 Its an update of a previous version (called dino) which uses sqlalchemy 0.4.4. For reasons I don't have to go into, I would like to have both tools installed on the same host,