<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If you want to use pip:<br>
<br>
  $ ./bin/pip install \<br>
<br>
<a href="https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt" rel="noreferrer" target="_blank">https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt</a><br>
<br>
<br>
Tres.<br>
- --<br>
</blockquote><br clear="all"></div><br>I have tried to install zope 2.13.23 using this method in Windows 7 but it give me error with zc.recipe.egg. <br></div><div class="gmail_extra"><br>The steps are:<br></div><div class="gmail_extra">1.- Install python 2.7<br></div><div class="gmail_extra">2.- Upgrade pip: (python -m pip install -U pip)<br></div><div class="gmail_extra">3.- Install virtualenv (pip install virtualenv)<br></div><div class="gmail_extra">4.- Install MS C compiler for python (download and install <a href="http://aka.ms/vcpython27">http://aka.ms/vcpython27</a>)<br></div><div class="gmail_extra">5.-  Build enviroment<br></div><div class="gmail_extra">   a) cd \zope<br></div><div class="gmail_extra">   b) virtualenv -p c:\python27\python.exe myinstance<br></div><div class="gmail_extra">6.- Install zope package<br></div><div class="gmail_extra">   a) cd \zope\myinstance<br></div><div class="gmail_extra">   b) scripts\active<br></div><div class="gmail_extra">   c) SET LIB=c:\python27\lib <br></div><div class="gmail_extra">   d) scripts\pip install -r <a href="https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt">https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt</a><br><br></div><div class="gmail_extra"><br>Installing collected packages: setuptools, zope.interface, zope.event, zope.sche<br>ma, zope.proxy, zope.component, zope.location, zope.i18nmessageid, zope.configur<br>ation, zope.security, zope.contenttype, zope.browser, pytz, zope.i18n, zope.exce<br>ptions, zope.publisher, zExceptions, ExtensionClass, Acquisition, RestrictedPyth<br>on, transaction, zc.lockfile, ZConfig, zdaemon, ZODB3, Record, Persistence, zope<br>.deferredimport, DateTime, zope.testing, AccessControl, zope.structuredtext, zop<br>e.sequencesort, DocumentTemplate, MarkupSafe, Jinja2, Missing, MultiMapping, Pas<br>te, PasteDeploy, PasteScript, zope.lifecycleevent, zope.broken, zope.filereprese<br>ntation, zope.size, zope.traversing, zope.dottedname, zope.container, zope.annot<br>ation, zope.site, Products.ZCTextIndex, Products.ExternalMethod, zope.tal, zope.<br>tales, zope.pagetemplate, ZopeUndo, tempstorage, Products.OFSP, Products.ZCatalo<br>g, zope.sendmail, Products.PythonScripts, Products.MailHost, mechanize, zope.tes<br>tbrowser, zLOG, nt-svcutils, zope.browserpage, docutils, zope.browsermenu, zope.<br>contentprovider, Products.StandardCacheManagers, zope.viewlet, zope.processlifet<br>ime, zope.browserresource, initgroups, Products.MIMETools, zope.ptresource, Zope<br>2, Products.BTreeFolder2, Pygments, Sphinx, zc.buildout, mr.developer, <a href="http://repoze.re">repoze.re</a><br>try, repoze.tm2, repoze.who, z3c.checkversions, zc.recipe.egg, zc.recipe.testrun<br>ner<br>  Found existing installation: setuptools 23.1.0<br>    Uninstalling setuptools-23.1.0:<br>      Successfully uninstalled setuptools-23.1.0<br><br>zc.recipe.egg is in an unsupported or invalid wheel<br><br></div><div class="gmail_extra">could someone confirm please?<br><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">If before the step 6d (pip install) I install the zc.recipe.egg with "scripts\easy_install.exe" the pip command is executed correctly<br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">________________________________________<br>Lo bueno de vivir un dia mas<br>es saber que nos queda un dia menos de vida</div>
</div></div>