Zope 2.12.0a4 easy_installable - please test
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. 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@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) iEYEARECAAYFAknxgj8ACgkQCJIWIbr9KYx8SACg4lP1OTSNnf5xnFBBdbELFDZs Pd0AnjN6LhN5isPC84gMWgimyz9Gf3M1 =u+KK -----END PGP SIGNATURE-----
-----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? regards Michael - -- http://blog.d2m.at http://planetzope.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ8YkSl0uAvQJUKVYRAty5AKCrHQwGDxtwhxB+oPVzb4HSRvCZAwCdEf7N uZu5uANo9U0Ky9yfy7P4kio= =oYwW -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAknxiZEACgkQCJIWIbr9KYziEwCdEYkKlb6Fc/3nyaGf0UK6TJ6Z TTkAnjLyP0tphWGOG/zZ77x5hDblEdq/ =PC6D -----END PGP SIGNATURE-----
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@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@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
-----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@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@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@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-----
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@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@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@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@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@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 )
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 24.04.2009 um 14:08 schrieb Behrang Dadsetan:
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.
*shrug* there are only the compilation warnings within the Zope 2 package itself.
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.
Patches welcome :) Andreas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin) iEYEARECAAYFAknxrOIACgkQCJIWIbr9KYx3GwCgvYKmpsPZMP1wQfRhPKfQ7hLl EN4An0kz2OM+QnVFiqPeBe7no9b3rHi0 =wLb4 -----END PGP SIGNATURE-----
Hi, I 2009/4/24 Andreas Jung <lists@zopyx.com>: [snip]
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.
*shrug* there are only the compilation warnings within the Zope 2 package itself.
Yes but it does not get uglier does it? :) Output to the console whether as part of the installer or running the app should still ideally be something people should read (and then ignore if they feel it does not affect them). In this case, I feel it just gives a bad first impression of the software. Thankfully it comes early so if the new user runs the command and goes and gets the coffee it will quickly disappear :)
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.
Patches welcome :)
Yes I know I am commenting without action on this one. But you asked for comments! ;) I actually intend to provide patches to the grok related packages to remove as many of these warnings as possible. But frankly even that is not on my schedule for today or tomorrow. I am afraid I will not have time to look into that Zope2 one. Regards, Ben.
Sorry for the noise, i missed the --no-site-packages knob and got some packages interferences. Modify your how to :) Nevertheless, it's definitivly running fine there, congrats! Andreas Jung a écrit :
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@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@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@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
-- -- Cordialement, KiOrKY GPG Key FingerPrint: 0x1A1194B7681112AF
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael Haubenwallner wrote:
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!
FTR: ubuntu8.04, python2.6 (built from source) - -- http://blog.d2m.at http://planetzope.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ8bg+l0uAvQJUKVYRAiSgAJ91gCce/+LVQCV6bgDjgCyk4yESQgCgm3W8 OtdTS52KL5F77YtL0cdIWHI= =qeRY -----END PGP SIGNATURE-----
Michael Haubenwallner, on 2009-04-24:
Michael Haubenwallner wrote:
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!
FTR: ubuntu8.04, python2.6 (built from source)
And on Ubuntu 9.04 with python2.4 it works fine for me. Thanks Andreas! -- Maurits van Rees | http://maurits.vanrees.org/ Work | http://zestsoftware.nl/ "This is your day, don't let them take it away." [Barlow Girl]
Andreas Jung wrote:
Please give feedback.
Cool! Would you mind adding the versions.cfg from the Subversion tag to http://download.zope.org/Zope2/index/2.12.0a4/versions.cfg ? Makes for a bit more sensible URL compared to http://svn.zope.org/*checkout*/Zope/tags/2.12.0a4/versions.cfg Thanks, Hanno
I see this while starting the server (no isues with installation) ------------------------------------------------------ (zope2)[xpmt@soup zinst]$ ./bin/runzope Traceback (most recent call last): File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 56, in ? run() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 48, in _setconfig opts.realize() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 279, in realize self.load_schema() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 327, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 32, in loadSchema return SchemaLoader().loadURL(url) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 66, in loadURL return self.loadResource(r) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 187, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/__init__.py", line 31, in parse parser.parse(filename_or_stream) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse xmlreader.IncrementalParser.parse(self, source) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed self._parser.Parse(data, isFinal) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 312, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 103, in startElement getattr(self, "start_" + name)(attrs) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 306, in start_import src = self._loader.schemaComponentSource(pkg, file) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 209, in schemaComponentSource package=package) ZConfig.SchemaResourceError: could not load package ZServer: cannot import name IDefaultViewName Package name: 'ZServer' File name: 'component.xml' Package path: None (zope2)[xpmt@soup zinst]$
Using virtualenv? -aj On Fri, Apr 24, 2009 at 18:51, Chetan Kumar <chetan.mlist@gmail.com> wrote:
I see this while starting the server (no isues with installation) ------------------------------------------------------ (zope2)[xpmt@soup zinst]$ ./bin/runzope Traceback (most recent call last): File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 56, in ? run() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 48, in _setconfig opts.realize() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 279, in realize self.load_schema() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 327, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 32, in loadSchema return SchemaLoader().loadURL(url) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 66, in loadURL return self.loadResource(r) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 187, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/__init__.py", line 31, in parse parser.parse(filename_or_stream) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse xmlreader.IncrementalParser.parse(self, source) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed self._parser.Parse(data, isFinal) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 312, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 103, in startElement getattr(self, "start_" + name)(attrs) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 306, in start_import src = self._loader.schemaComponentSource(pkg, file) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 209, in schemaComponentSource package=package) ZConfig.SchemaResourceError: could not load package ZServer: cannot import name IDefaultViewName Package name: 'ZServer' File name: 'component.xml' Package path: None (zope2)[xpmt@soup zinst]$ _______________________________________________ Zope-Dev maillist - Zope-Dev@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 )
Especially: using virtualenv --no-site-packages? -aj On Fri, Apr 24, 2009 at 18:54, Andreas Jung <lists@zopyx.com> wrote:
Using virtualenv?
-aj
On Fri, Apr 24, 2009 at 18:51, Chetan Kumar <chetan.mlist@gmail.com>wrote:
I see this while starting the server (no isues with installation) ------------------------------------------------------ (zope2)[xpmt@soup zinst]$ ./bin/runzope Traceback (most recent call last): File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 56, in ? run() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 48, in _setconfig opts.realize() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 279, in realize self.load_schema() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 327, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 32, in loadSchema return SchemaLoader().loadURL(url) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 66, in loadURL return self.loadResource(r) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 187, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/__init__.py", line 31, in parse parser.parse(filename_or_stream) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse xmlreader.IncrementalParser.parse(self, source) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed self._parser.Parse(data, isFinal) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 312, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 103, in startElement getattr(self, "start_" + name)(attrs) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 306, in start_import src = self._loader.schemaComponentSource(pkg, file) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 209, in schemaComponentSource package=package) ZConfig.SchemaResourceError: could not load package ZServer: cannot import name IDefaultViewName Package name: 'ZServer' File name: 'component.xml' Package path: None (zope2)[xpmt@soup zinst]$ _______________________________________________ Zope-Dev maillist - Zope-Dev@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 )
Andreas Jung wrote:
Especially: using virtualenv --no-site-packages?
Most certainly not. /home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py does not look like zdaemon 2.0.4, which is listed in the index at http://download.zope.org/Zope2/index/2.12.0a4/zdaemon/ Hanno
On Fri, Apr 24, 2009 at 18:54, Andreas Jung <lists@zopyx.com <mailto:lists@zopyx.com>> wrote:
Using virtualenv?
-aj
On Fri, Apr 24, 2009 at 18:51, Chetan Kumar <chetan.mlist@gmail.com <mailto:chetan.mlist@gmail.com>> wrote:
I see this while starting the server (no isues with installation) ------------------------------------------------------ (zope2)[xpmt@soup zinst]$ ./bin/runzope Traceback (most recent call last): File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12.0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 56, in ? run() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12..0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 19, in run opts = _setconfig() File "/home/xpmt/Work/zope2/lib/python2.4/site-packages/Zope2-2.12..0a4-py2.4-linux-i686.egg/Zope2/Startup/run.py", line 48, in _setconfig opts.realize() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 279, in realize self.load_schema() File "/home/xpmt/local/lib/python2.4/site-packages/zdaemon-2.0.2-py2.4.egg/zdaemon/zdoptions.py", line 327, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 32, in loadSchema return SchemaLoader().loadURL(url) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 66, in loadURL return self.loadResource(r) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 187, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/__init__.py", line 31, in parse parser.parse(filename_or_stream) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse xmlreader.IncrementalParser.parse(self, source) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed self._parser.Parse(data, isFinal) File "/home/xpmt/local/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 312, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 103, in startElement getattr(self, "start_" + name)(attrs) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/schema.py", line 306, in start_import src = self._loader.schemaComponentSource(pkg, file) File "/home/xpmt/local/lib/python2.4/site-packages/ZConfig-2.6.1-py2.4.egg/ZConfig/loader.py", line 209, in schemaComponentSource package=package) ZConfig.SchemaResourceError: could not load package ZServer: cannot import name IDefaultViewName Package name: 'ZServer' File name: 'component.xml' Package path: None (zope2)[xpmt@soup zinst]$
On Fri, Apr 24, 2009 at 10:24 PM, Andreas Jung <lists@zopyx.com> wrote:
Especially: using virtualenv --no-site-packages?
-aj
On Fri, Apr 24, 2009 at 18:54, Andreas Jung <lists@zopyx.com> wrote:
Using virtualenv?
virtualenv. Forgot to add that this is on Mandriva 2007.1 / python 2.4 Chetan
Please retry with --no-site-packages option! -aj On Fri, Apr 24, 2009 at 19:10, Chetan Kumar <chetan.mlist@gmail.com> wrote:
On Fri, Apr 24, 2009 at 10:24 PM, Andreas Jung <lists@zopyx.com> wrote:
Especially: using virtualenv --no-site-packages?
-aj
On Fri, Apr 24, 2009 at 18:54, Andreas Jung <lists@zopyx.com> wrote:
Using virtualenv?
virtualenv. Forgot to add that this is on Mandriva 2007.1 / python 2.4
Chetan _______________________________________________ Zope-Dev maillist - Zope-Dev@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 )
Previously Hanno Schlichting wrote:
Andreas Jung wrote:
Please give feedback.
Cool!
Would you mind adding the versions.cfg from the Subversion tag to http://download.zope.org/Zope2/index/2.12.0a4/versions.cfg ?
Makes for a bit more sensible URL compared to http://svn.zope.org/*checkout*/Zope/tags/2.12.0a4/versions.cfg
This works just as well: http://svn.zope.org/repos/main/Zope/tags/2.12.0a4/versions.cfg Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
participants (8)
-
Andreas Jung -
Behrang Dadsetan -
Chetan Kumar -
Hanno Schlichting -
kiorky -
Maurits van Rees -
Michael Haubenwallner -
Wichert Akkerman