Re: New Zope2 releases available

Hanno Schlichting <[email protected]>
Newsgroups gmane.comp.web.zope.devel
Message-ID <[email protected]>
On Thu, Jan 14, 2010 at 5:43 PM, Charlie Clark
<[email protected]> wrote:
> Am 14.01.2010, 17:12 Uhr, schrieb Hanno Schlichting <[email protected]>:
>> Why are you trying to use that version? Zope 2.12.3 includes
>> zope.container 3.8.2 as defined at
>> http://download.zope.org/Zope2/index/2.12.3/. For that version binary
>> eggs exist.
>
> At the risk of looking even more foolish than usual, I didn't specify that
> version, it's what you get unless you specify otherwise. I think it's true
> for a whole load of components such as zope.formlib.

If you don't specify either an index to be used for easy_install or
extend the versions.cfg from the above url, you get an undefined
package soup of everything latest. Except for rare moments that is
never going to give you a usable set of packages.

Did you follow the instructions at
http://docs.zope.org/zope2/releases/2.12/INSTALL.html?

If you use buildout, extending from the SVN tag or the index is the
same. But you need one of those two:

[buildout]
extends = http://svn.zope.org/*checkout*/Zope/tags/2.12.3/versions.cfg
...

[buildout]
extends = http://download.zope.org/Zope2/index/2.12.3/versions.cfg
...

Hanno
_______________________________________________
Zope-Dev maillist  -  [email protected]
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.