Re: [Zope-CMF] which CMF for zope2.12

2009-04-25 Thread Michael Haubenwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jens Vagelpohl wrote:
 
 On Apr 24, 2009, at 11:54 , Michael Haubenwallner wrote:
 
 Just easy_installed the new Zope2.12.a4 release and Products.CMFCore  
 (2.1.2)
 
 There is a traceback at startup
 http://gbe.d2m.at/Pastebin/35
 
 Which CMF releases will work with Z2.12?
 
 SVN trunk should work.
 

Thank you, that works.

Adding Products.CMFDefault does not work though:
- - /Products/CMFDefault/upgrade/configure.zcml needs
  several 'description' parameters

after adding them i get this traceback on startup:
- - http://gbe.d2m.at/Pastebin/36

Startup prints ERROR Application Couldn't install Five -- what do you
think?

I did a checkout of both Products.CMFCore and Products.CMFDefault and
installed them as eggs.

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

iD8DBQFJ8qbQl0uAvQJUKVYRAmsQAJ0U7083iZob0e3hLvj0qLKr/ATQUwCgtJwG
PVJS/uIqkfjbTTemFSKtGXI=
=vYVz
-END PGP SIGNATURE-

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] which CMF for zope2.12

2009-04-25 Thread Michael Haubenwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

yuppie wrote:
 Michael Haubenwallner wrote:
 SVN trunk should work.

 Thank you, that works.

 Adding Products.CMFDefault does not work though:
 - - /Products/CMFDefault/upgrade/configure.zcml needs
   several 'description' parameters

 after adding them i get this traceback on startup:
 - - http://gbe.d2m.at/Pastebin/36

 Startup prints ERROR Application Couldn't install Five -- what do you
 think?

 I did a checkout of both Products.CMFCore and Products.CMFDefault and
 installed them as eggs.
 
 CMF trunk requires Products.GenericSetup trunk. I think that combination 
 works with five.localsitemanager 1.0, but is better tested with 
 five.localsitemanager trunk.
 

Thanks for your help, that works now.

I installed these packages:
  Products.CMFCore-2.2.0dev-py2.6.egg
  Products.CMFDefault-2.2.0dev-py2.6.egg
  Products.GenericSetup-1.5.0dev-py2.6.egg
  five.localsitemanager-2.0dev-py2.6.egg
  Products.DCWorkflow-2.2.0dev-py2.6.egg

I cannot add a 'CMF Site' though in the ZMI, here is the traceback
http://gbe.d2m.at/Pastebin/37

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

iD8DBQFJ8sH1l0uAvQJUKVYRAlCWAJ9vA1g4g3SyP5u4jczC9xetlZa2+gCePbik
Vbl6ArEptgRpamtZeyyOTQU=
=NGP2
-END PGP SIGNATURE-

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] which CMF for zope2.12

2009-04-25 Thread yuppie
Michael Haubenwallner wrote:
 Thanks for your help, that works now.
 
 I installed these packages:
   Products.CMFCore-2.2.0dev-py2.6.egg
   Products.CMFDefault-2.2.0dev-py2.6.egg
   Products.GenericSetup-1.5.0dev-py2.6.egg
   five.localsitemanager-2.0dev-py2.6.egg
   Products.DCWorkflow-2.2.0dev-py2.6.egg
 
 I cannot add a 'CMF Site' though in the ZMI, here is the traceback
 http://gbe.d2m.at/Pastebin/37

Strange.

That error looks like you are using five.localsitemanager-2.0dev with 
zope.component  3.5.0, but your Zope 2.12 should have zope.component 
3.5.1 installed.

Can you check your zope.component version? Maybe a different version is 
somewhere on your path?

HTH, Yuppie

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] which CMF for zope2.12

2009-04-25 Thread Stefan H. Holek
You may want to try CMF.buildout:
svn://svn.zope.org/repos/main/CMF.buildout

Stefan


On 24.04.2009, at 11:54, Michael Haubenwallner wrote:

 Just easy_installed the new Zope2.12.a4 release and Products.CMFCore  
 (2.1.2)

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] which CMF for zope2.12

2009-04-25 Thread Michael Haubenwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

yuppie wrote:
 Michael Haubenwallner wrote:
 Thanks for your help, that works now.

 I installed these packages:
   Products.CMFCore-2.2.0dev-py2.6.egg
   Products.CMFDefault-2.2.0dev-py2.6.egg
   Products.GenericSetup-1.5.0dev-py2.6.egg
   five.localsitemanager-2.0dev-py2.6.egg
   Products.DCWorkflow-2.2.0dev-py2.6.egg

 I cannot add a 'CMF Site' though in the ZMI, here is the traceback
 http://gbe.d2m.at/Pastebin/37
 
 Strange.
 
 That error looks like you are using five.localsitemanager-2.0dev with 
 zope.component  3.5.0, but your Zope 2.12 should have zope.component 
 3.5.1 installed.
 
 Can you check your zope.component version? Maybe a different version is 
 somewhere on your path?
 

Thank you for the hint, there really was a zope.component3.4.0 in the path.

I had to experiment with the order of installing the eggs - this one
works for me now:

  five.localsitemanager-2.0dev
  Products.GenericSetup-1.5.0dev
  Products.CMFCore-2.2.0dev
  Products.CMFDefault-2.2.0dev
  Products.DCWorkflow-2.2.0dev

Interestingly, adding Products.GenericSetup-1.5.0dev first, removed
zope.component2.5.1 from easy-install.pth altogether and installed
five.localsitemanager-1.0 instead. Installing Products.CMFCore-2.2.0dev
first, replaced zope.component3.5.1 by zope.component3.4.0.

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

iD8DBQFJ8uSVl0uAvQJUKVYRAo0LAJ9zVZC29xzbY7F8THXYByKdSUs9UQCeN9C+
QjeZbiyyHANb9SxkKcPCEtc=
=tyUN
-END PGP SIGNATURE-

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] which CMF for zope2.12

2009-04-25 Thread Michael Haubenwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stefan H. Holek wrote:
 You may want to try CMF.buildout:
 svn://svn.zope.org/repos/main/CMF.buildout
 

Thank you for the hint. CMF.buildout is just what i needed.
Both Zope2 and CMF packages look like they are from trunk.

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

iD8DBQFJ8umEl0uAvQJUKVYRAuCRAJ91KoyQP8aJSQUBBoMM32b5gn1QigCgmOkK
AyVgCOTwYdpETohGHDH/QXo=
=iEFb
-END PGP SIGNATURE-

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


[Zope-CMF] which CMF for zope2.12

2009-04-24 Thread Michael Haubenwallner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just easy_installed the new Zope2.12.a4 release and Products.CMFCore (2.1.2)

There is a traceback at startup
http://gbe.d2m.at/Pastebin/35

Which CMF releases will work with Z2.12?

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

iD8DBQFJ8Yxil0uAvQJUKVYRAkodAKC90/9p88iVW34MB5MPPmlmdiZ+mACgr0fn
93oEkcNGjy+iK+aTugY1omI=
=x3+3
-END PGP SIGNATURE-

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests


Re: [Zope-CMF] which CMF for zope2.12

2009-04-24 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Apr 24, 2009, at 11:54 , Michael Haubenwallner wrote:

 Just easy_installed the new Zope2.12.a4 release and Products.CMFCore  
 (2.1.2)

 There is a traceback at startup
 http://gbe.d2m.at/Pastebin/35

 Which CMF releases will work with Z2.12?

SVN trunk should work.

jens



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)

iEYEARECAAYFAknxlaIACgkQRAx5nvEhZLJm6QCfbnKUiSGZ2B7IjCh/HfXcYPM6
Zk4Anj13rUBGzsGmQevYqv+uXsQMSrJ8
=65PB
-END PGP SIGNATURE-
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests