Re: [Distutils] A problem with setuptools, virtualenv and numpy

2009-03-29 Thread Christian Marquardt
Installing numpy with setupegg.py does indeed install numpy as an egg, but it does not solve the problem I describe here (tested with numpy-1.3.0rc1, and the rest as described below). If numpy is listed as a dependency for another package which is installed into a virtual environment,

[Distutils] install as zip

2009-03-29 Thread Eric Lemoine
Hi I have a Pylons-based app that I want to distribute through a custom pypi. I use easy_install -zmaxd somedir to get the set of eggs required to distribute my app. Some of the .eggs are zips, some others are directories. I'd like zip eggs only, do I have a way to get that? Thanks, Eric --

[Distutils] Setuptools code

2009-03-29 Thread Tarek Ziadé
Hi Phillip One of the task here at Pycon, will consist of splitting pkg_resources.py in smaller bits, to start to see what we are going to put back into Distutils. I think that the best approach is to work on setuptools directly. It also a benefit for setuptools. I am also considering working

Re: [Distutils] Setuptools code

2009-03-29 Thread P.J. Eby
At 04:47 PM 3/29/2009 -0500, Tarek Ziadé wrote: Hi Phillip One of the task here at Pycon, will consist of splitting pkg_resources.py in smaller bits, to start to see what we are going to put back into Distutils. I think that the best approach is to work on setuptools directly. It also a

Re: [Distutils] install as zip

2009-03-29 Thread P.J. Eby
At 10:10 PM 3/29/2009 +0200, Eric Lemoine wrote: Hi I have a Pylons-based app that I want to distribute through a custom pypi. I use easy_install -zmaxd somedir to get the set of eggs required to distribute my app. Some of the .eggs are zips, some others are directories. I'd like zip eggs

Re: [Distutils] install as zip

2009-03-29 Thread Eric Lemoine
Yeah that's it. Thanks. Eric 2009/3/30, P.J. Eby p...@telecommunity.com: At 10:10 PM 3/29/2009 +0200, Eric Lemoine wrote: Hi I have a Pylons-based app that I want to distribute through a custom pypi. I use easy_install -zmaxd somedir to get the set of eggs required to distribute my app. Some of