[Zope-dev] Zope 2.12.0a4 easy_installable - please test

Behrang Dadsetan bdadsetan at gmail.com
Fri Apr 24 08:08:29 EDT 2009


On my Mac OS X 10.5.4 with a 2.5.4 python (not default one) things work nicely.

Only one comment:
   during the 10 minutes installation procedure, it is nice it shows
the progress of installing eggs but some of the warnings will probably
be quite frightening to a Zope2 newcomer.

In particular, what could improve the first-time experience for the
python developers you are targetting is avoiding the warnings you get
from Zope2-2.12.0a4/setup.py -q bdist_egg.

We have a similar problem with grok (as I guess we share lots of eggs
and these warnings come from installing these eggs) btw, logged as a
"enhancement feature" on Launchpad.

Regards,
Ben.

2009/4/24 Andreas Jung <lists at zopyx.com>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I can not reproduce that.
>
> Andreas
>
> Am 24.04.2009 um 13:29 schrieb kiorky:
>
>> Andreas Jung a écrit :
>>>
>>> Am 24.04.2009 um 11:40 schrieb Michael Haubenwallner:
>>>
>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>> Hash: SHA1
>>>
>>>> Andreas Jung wrote:
>>>>> I just created a new Zope 2.12.0a4 that should easy_install nicely.
>>>>>
>>>>> Howto?
>>>>>
>>>>> virtualenv foo
>>>>> cd foo
>>>>> source bin/activate
>>>>> bin/easy_install -i http://download.zope.org/Zope2/index/2.12.0a4
>>>>> Zope2
>>>>>
>>>>> Please give feedback.
>>>>>
>>>> Works for me - thanks!
>>>
>>>> Btw, how to add (now eggified) products - like Products.CMF* - to
>>>> that
>>>> release?
>>>
>>>
>>> bin/easy_install Products.CMFCore?
>>>
>>> Andreas
>> _______________________________________________
>> Zope-Dev maillist  -  Zope-Dev at zope.org
>> http://mail.zope.org/mailman/listinfo/zope-dev
>> **  No cross posts or HTML encoding!  **
>> (Related lists -
>> http://mail.zope.org/mailman/listinfo/zope-announce
>> http://mail.zope.org/mailman/listinfo/zope )
>>
>>
>> The installation of both zope and CMFCore is fine for me.
>> But, don't know if the following trace is normal:
>>
>> (foo)kiorky at judith ~/tmp/toto/foo $ ./bin/mkzopeinstance  --help
>> Traceback (most recent call last):
>>  File "./bin/mkzopeinstance", line 8, in <module>
>>    load_entry_point('Zope2==2.12.0a4', 'console_scripts',
>> 'mkzopeinstance')()
>>  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277,
>> in
>> load_entry_point
>>    return get_distribution(dist).load_entry_point(group, name)
>>  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line
>> 2180, in
>> load_entry_point
>>    return ep.load()
>>  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line
>> 1913, in load
>>    entry = __import__(self.module_name, globals(),globals(),
>> ['__name__'])
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> Zope2-2.12.0a4-py2.5-linux-i686.egg/Zope2/__init__.py",
>> line 60, in <module>
>>    from Zope2.Startup.run import configure
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> Zope2-2.12.0a4-py2.5-linux-i686.egg/Zope2/Startup/__init__.py",
>> line 34, in <module>
>>    from zope.app import appsetup
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/__init__.py",
>> line 22, in <module>
>>    from zope.app.appsetup.appsetup import config, database
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/appsetup.py",
>> line 24, in <module>
>>    import zope.site.hooks
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> zope.site-3.6.1-py2.5.egg/zope/site/__init__.py",
>> line 19, in <module>
>>    from zope.site.site import (SiteManagerContainer,
>> SiteManagementFolder,
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> zope.site-3.6.1-py2.5.egg/zope/site/site.py",
>> line 31, in <module>
>>    import zope.component.persistentregistry
>>  File
>> "/home/kiorky/tmp/toto/foo/lib/python2.5/site-packages/
>> zope.component-3.4.0-py2.5.egg/zope/component/persistentregistry.py",
>> line 25, in <module>
>>    zope.interface.adapter.VerifyingAdapterRegistry,
>> AttributeError: 'module' object has no attribute
>> 'VerifyingAdapterRegistry'
>>
>>
>>
>> --
>> --
>> Cordialement,
>> KiOrKY
>> GPG Key FingerPrint: 0x1A1194B7681112AF
>>
>>
>
>
> Mit freundlichen Grüßen/Kind regards,
> Andreas Jung
>
> - ---
> ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
> Web: www.zopyx.com - Email: info at zopyx.com - Phone +49 - 7071 - 793376
> Registergericht: Amtsgericht Stuttgart, Handelsregister A 381535
> Geschäftsführer/Gesellschafter: ZOPYX Limited, Birmingham, UK
> - ------------------------------------------------------------------------
> E-Publishing, Python, Zope & Plone development, Consulting
>
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (Darwin)
>
> iEYEARECAAYFAknxqesACgkQCJIWIbr9KYxM+wCeLKsDH6taQ6aS/gNEdMmJnA4P
> 5o4AoJNBz85MaUs1BhZoBpgG+W2lTZ3W
> =mu0h
> -----END PGP SIGNATURE-----
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev at zope.org
> http://mail.zope.org/mailman/listinfo/zope-dev
> **  No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope )
>


More information about the Zope-Dev mailing list