[Distutils] easy_install of django sdist tarball omits data files

2007-10-23 Thread Graham Carlyle
Hi I've been trying to install a sdist tarball of a django svn snapshot using easy_install but some of the packages data files (the admin contrib app templates) aren't being installed. I've looked at the easy_install web page and can't see anything that may help me install these data files. I'm d

Re: [Distutils] easy_install of django sdist tarball omits data files

2007-12-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Graham Carlyle wrote: > Hi > > I've been trying to install a sdist tarball of a django svn snapshot > using easy_install but some of the packages data files (the admin > contrib app templates) aren't being installed. I've looked at the > easy_install

Re: [Distutils] easy_install of django sdist tarball omits data files

2007-12-21 Thread Noah Gift
> > > I did find one recent argument for revisiting that decision, which also > provides an alternate easy_install-compatible setup.py: > > http://jannisleidel.com/2007/11/using-django-with-setuptools/ > > > Tres. I also like Ian's suggestion: With a little hack you can use setuptools with distu

Re: [Distutils] easy_install of django sdist tarball omits data files

2007-12-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noah Gift wrote: >> >> I did find one recent argument for revisiting that decision, which also >> provides an alternate easy_install-compatible setup.py: >> >> http://jannisleidel.com/2007/11/using-django-with-setuptools/ >> >> >> Tres. > > I also li

Re: [Distutils] easy_install of django sdist tarball omits data files

2007-12-23 Thread Matt Good
On Dec 21, 2007, at 9:35 AM, Tres Seaver wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Graham Carlyle wrote: >> Hi >> >> I've been trying to install a sdist tarball of a django svn snapshot >> using easy_install but some of the packages data files (the admin >> contrib app template

Re: [Distutils] easy_install of django sdist tarball omits data files

2007-12-28 Thread zooko
On Dec 23, 2007, at 10:27 PM, Matt Good wrote: > Sigh. From what I read of their complaints they could have all been > fixed with a 2-line diff to remove ez_setup from setup.py. ... > If you care about Django setuptools support you should > follow up to make sure they realize that they can use