[Zope] Zope 2.13.23 installation

Miguel Beltran R. yourpadre at gmail.com
Thu Jun 30 23:34:26 CEST 2016


If you want to use pip:
>
>   $ ./bin/pip install \
>
>
> https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt
>
>
> Tres.
> - --
>


I have tried to install zope 2.13.23 using this method in Windows 7 but it
give me error with zc.recipe.egg.

The steps are:
1.- Install python 2.7
2.- Upgrade pip: (python -m pip install -U pip)
3.- Install virtualenv (pip install virtualenv)
4.- Install MS C compiler for python (download and install
http://aka.ms/vcpython27)
5.-  Build enviroment
   a) cd \zope
   b) virtualenv -p c:\python27\python.exe myinstance
6.- Install zope package
   a) cd \zope\myinstance
   b) scripts\active
   c) SET LIB=c:\python27\lib
   d) scripts\pip install -r
https://raw.githubusercontent.com/zopefoundation/Zope/2.13.23/requirements.txt


Installing collected packages: setuptools, zope.interface, zope.event,
zope.sche
ma, zope.proxy, zope.component, zope.location, zope.i18nmessageid,
zope.configur
ation, zope.security, zope.contenttype, zope.browser, pytz, zope.i18n,
zope.exce
ptions, zope.publisher, zExceptions, ExtensionClass, Acquisition,
RestrictedPyth
on, transaction, zc.lockfile, ZConfig, zdaemon, ZODB3, Record, Persistence,
zope
.deferredimport, DateTime, zope.testing, AccessControl,
zope.structuredtext, zop
e.sequencesort, DocumentTemplate, MarkupSafe, Jinja2, Missing,
MultiMapping, Pas
te, PasteDeploy, PasteScript, zope.lifecycleevent, zope.broken,
zope.filereprese
ntation, zope.size, zope.traversing, zope.dottedname, zope.container,
zope.annot
ation, zope.site, Products.ZCTextIndex, Products.ExternalMethod, zope.tal,
zope.
tales, zope.pagetemplate, ZopeUndo, tempstorage, Products.OFSP,
Products.ZCatalo
g, zope.sendmail, Products.PythonScripts, Products.MailHost, mechanize,
zope.tes
tbrowser, zLOG, nt-svcutils, zope.browserpage, docutils, zope.browsermenu,
zope.
contentprovider, Products.StandardCacheManagers, zope.viewlet,
zope.processlifet
ime, zope.browserresource, initgroups, Products.MIMETools, zope.ptresource,
Zope
2, Products.BTreeFolder2, Pygments, Sphinx, zc.buildout, mr.developer,
repoze.re
try, repoze.tm2, repoze.who, z3c.checkversions, zc.recipe.egg,
zc.recipe.testrun
ner
  Found existing installation: setuptools 23.1.0
    Uninstalling setuptools-23.1.0:
      Successfully uninstalled setuptools-23.1.0

zc.recipe.egg is in an unsupported or invalid wheel

could someone confirm please?


If before the step 6d (pip install) I install the zc.recipe.egg with
"scripts\easy_install.exe" the pip command is executed correctly

-- 
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.zope.org/pipermail/zope/attachments/20160630/500d6dfc/attachment.html>


More information about the Zope mailing list