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

2009-04-24 Thread 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)kio...@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




signature.asc
Description: OpenPGP digital 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 )


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

2009-04-24 Thread kiorky
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)kio...@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: i...@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




signature.asc
Description: OpenPGP digital 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 )