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#
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
(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