Re: [Distutils] develop egg recipe?

2006-12-04 Thread Jim Fulton
On Dec 2, 2006, at 8:50 AM, Jim Fulton wrote: ... > I plan to write a develop recipe, and am hoping to get to that this > weekend. I've just released a new version of zc.recipe.egg that provides a develop recipe: http://www.python.org/ pypi?:action=display&name=zc.recipe.egg&version=1.0.0b3#

[Distutils] Data files and --prefix question.

2006-12-04 Thread José Rui Faustino de Sousa
Hi! I am writing a package installation using distutils it is very nice but I have it two snags: setup(... data_files=[("foo",["*.data"])],\ ...) setup.py install --prefix= a) Shouldn't the *.data syntax work for data_files as it does for package_data? b) Why does it install the data f

[Distutils] checking if external dependencies are satisfied (and aborting ow).

2006-12-04 Thread Ramon Diaz-Uriarte
(Apologies for cross-posting, but since this relates to both Pylons and distutils I figured it'd be OK) Dear All, We are developing a web-based application using Pylons. Pylons itself allows for easy distribution via eggs. Our application depends on non-Python software (mainly R and a bunch of R