Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: CMF

which CMF for zope2.12

 

 

Zope cmf RSS feed   Index | Next | Previous | View Threaded


michael at d2m

Apr 24, 2009, 2:54 AM

Post #1 of 9 (658 views)
Permalink
which CMF for zope2.12

-----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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


jens at dataflake

Apr 24, 2009, 3:34 AM

Post #2 of 9 (630 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

-----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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


michael at d2m

Apr 24, 2009, 10:59 PM

Post #3 of 9 (625 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

-----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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


y.2009 at wcm-solutions

Apr 24, 2009, 11:21 PM

Post #4 of 9 (626 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

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.

HTH, Yuppie


_______________________________________________
Zope-CMF maillist - Zope-CMF[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


michael at d2m

Apr 25, 2009, 12:55 AM

Post #5 of 9 (627 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

-----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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


stefan at epy

Apr 25, 2009, 2:17 AM

Post #6 of 9 (627 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


y.2009 at wcm-solutions

Apr 25, 2009, 2:20 AM

Post #7 of 9 (624 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


michael at d2m

Apr 25, 2009, 3:23 AM

Post #8 of 9 (625 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

-----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[at]lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

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


michael at d2m

Apr 25, 2009, 3:44 AM

Post #9 of 9 (625 views)
Permalink
Re: which CMF for zope2.12 [In reply to]

-----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[at]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 RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.