Re: [Distutils] buildout doesn't work as expected, please help me
Hi, I suspect the problem is with the changing infrastructure of setuptools-distribute. I'm happy to hear of this merge, thank you for all of you, who contributed to these tools. https://python-packaging-user-guide.readthedocs.org/en/latest/current.html I tried to clean everyting buildout made: rm -rf bin/ eggs/ parts/ rm bootstrap.py.installed.cfg wget http://downloads.buildout.org/1/bootstrap.py python bootstrap.py and after several tries finally worked. Could be helpful too: http://reinout.vanrees.org/weblog/2013/07/08/new-setuptools-buildout.html http://www.coresoftwaregroup.com/blog/distribute-setuptools-and-a-failing-bo... Thanks Zoli
On 17 July 2013 19:43, Benedek Zoltan <benzolius@yahoo.com> wrote:
Hi,
I suspect the problem is with the changing infrastructure of setuptools-distribute. I'm happy to hear of this merge, thank you for all of you, who contributed to these tools.
https://python-packaging-user-guide.readthedocs.org/en/latest/current.html
I tried to clean everyting buildout made:
rm -rf bin/ eggs/ parts/ rm bootstrap.py .installed.cfg
wget http://downloads.buildout.org/1/bootstrap.py
python bootstrap.py
and after several tries finally worked.
Thanks for the update! Glad you were able to get it working, and sorry for the last few remnants of the setuptools/distribute fork process causing you trouble :( Regards, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (2)
-
Benedek Zoltan -
Nick Coghlan