Zope 2.13.21 misses "bootstrap.py"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am not familiar with zc.buildout, but I have quite bad experiences installing zope 2.13 using virtualenv (basically, zope needs to use specific pinned versions of products, and that would be fine if they were notified to "pip", but they are not). So I tried to install 2.13.21 using "zc.buildout", following instructions at <http://docs.zope.org/zope2/releases/2.13/INSTALL-buildout.html>, but it failed just at the very beginning, since there is no "bootstrap.py" script anywere. I have a previous 2.13.19 around, and it has a "bootstrap.py" and a "buildout.cfg". But 2.13.20 and 2.13.21 miss that file. So, how is current Zope installed?. Could you update documentation?. Thanks!. - -- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQCVAwUBUobW9Zlgi5GaxT1NAQKn4gQAhCEhqWK+/ws0TtSlk41kQHA9uGd07EAU oQ79CDHq4O2YeUFM8gPhPV1XNYjuxBsxm+y8Uh0JfMOJ6D3Im6xDQVTvzZ+rch8B GpYAGG3tEXQVWoik6iMG66WD4OTDEaV4fCgM22Q4W5bb1U6ylLW0xCt/2RlJdCCB tMOXnkJ9V9o= =n4LG -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/15/2013 09:22 PM, Jesus Cea wrote:
I am not familiar with zc.buildout, but I have quite bad experiences installing zope 2.13 using virtualenv (basically, zope needs to use specific pinned versions of products, and that would be fine if they were notified to "pip", but they are not).
So I tried to install 2.13.21 using "zc.buildout", following instructions at <http://docs.zope.org/zope2/releases/2.13/INSTALL-buildout.html>, but it failed just at the very beginning, since there is no "bootstrap.py" script anywere.
I have a previous 2.13.19 around, and it has a "bootstrap.py" and a "buildout.cfg". But 2.13.20 and 2.13.21 miss that file.
So, how is current Zope installed?. Could you update documentation?.
In a virtualenv:: $ bin/easy_install \ --index=http://download.zope.org/Zope2/index/2.13.21 Zope2 In a buildout:: $ cat buildout.cfg [buildout] extends = http://download.zope.org/Zope2/index/2.13.21/versions.cfg .... Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlKG3E8ACgkQ+gerLs4ltQ4f9ACgh9BK4DhjZ/k3BkP7vdytTKfb PtoAn1LmLiEOcRPQGD/aqNE0+8wOjCKj =9VSl -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 16/11/13 03:45, Tres Seaver wrote:
On 11/15/2013 09:22 PM, Jesus Cea wrote:
I am not familiar with zc.buildout, but I have quite bad experiences installing zope 2.13 using virtualenv (basically, zope needs to use specific pinned versions of products, and that would be fine if they were notified to "pip", but they are not).
So I tried to install 2.13.21 using "zc.buildout", following instructions at <http://docs.zope.org/zope2/releases/2.13/INSTALL-buildout.html>, but it failed just at the very beginning, since there is no "bootstrap.py" script anywere.
I have a previous 2.13.19 around, and it has a "bootstrap.py" and a "buildout.cfg". But 2.13.20 and 2.13.21 miss that file.
So, how is current Zope installed?. Could you update documentation?.
In a virtualenv::
$ bin/easy_install \ --index=http://download.zope.org/Zope2/index/2.13.21 Zope2
In a buildout::
$ cat buildout.cfg [buildout] extends = http://download.zope.org/Zope2/index/2.13.21/versions.cfg ....
Tres, could you possibly update <http://docs.zope.org/zope2/releases/2.13/INSTALL-buildout.html>? - -- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQCVAwUBUobka5lgi5GaxT1NAQJBZQP7BFZZ8812yzfgDc8IEyKgVm86sJwZ71RF /bDEq7fpWpayjPhTpmTq/+eAYbrk7Yez0Akugi35kjO5LGwINBI1bN9pIthTiotP luEVi9L/a+Pqt2zpuD6jaKmGXBHvEhDgxkplaD38DGU2A2oZwAQdihYRiQvIP2MG loKGResX5fs= =YDpD -----END PGP SIGNATURE-----
participants (2)
-
Jesus Cea -
Tres Seaver