Re: [Zope] Error in python method...

2009-01-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13.01.2009 20:53 Uhr, Jeff Peterson wrote: > Don’t quote me but I believe Plone 3 runs on the Zope 3 framework > already. Anyone? > > No, it's running like many apps nowadays on top of Z2 + using a lot of Z3 components internally. - -aj -BE

Re: [Zope] Error in python method...

2009-01-13 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 13, 2009, at 20:53 , Jeff Peterson wrote: Don’t quote me but I believe Plone 3 runs on the Zope 3 framework already. Anyone? No. jens -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkls+n4ACgkQRAx5nvEhZLLeU

Re: [Zope] Error in python method...

2009-01-13 Thread Jeff Peterson
f Peterson [mailto:jeff.peter...@crary.com] Sent: Tuesday, January 13, 2009 1:36 PM To: li...@zopyx.com; Joseph Thomas (s) Cc: zope@zope.org Subject: RE: [Zope] Error in python method... Agreed, if you are going through the learning curve anyway, may as well be the new way. Grok, in fact, may take less time t

Re: [Zope] Error in python method...

2009-01-13 Thread Joseph Thomas (s)
esday, January 13, 2009 1:36 PM To: li...@zopyx.com; Joseph Thomas (s) Cc: zope@zope.org Subject: RE: [Zope] Error in python method... Agreed, if you are going through the learning curve anyway, may as well be the new way. Grok, in fact, may take less time to get into for basic apps. -- Jeff

Re: [Zope] Error in python method...

2009-01-13 Thread Jeff Peterson
Behalf Of Andreas Jung Sent: Tuesday, January 13, 2009 10:54 AM To: Joseph Thomas (s) Cc: zope@zope.org Subject: Re: [Zope] Error in python method... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are new to Zope and/or interested in Zope, you are possibly more interested in using GROK

Re: [Zope] Error in python method...

2009-01-13 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you are new to Zope and/or interested in Zope, you are possibly more interested in using GROK (grok.zope.org) for getting started with Zope instead of using the "old" Zope 2 system. - -aj On 13.01.2009 17:36 Uhr, Joseph Thomas (s) wrote: > >

Re: [Zope] Error in python method...

2009-01-13 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph Thomas (s) wrote: > I'm going thru the online zope book (2.6) and trying out the simple > interest rate calculator web application under the section: > > > Creating a Basic Zope Application Using Page Templates and Scripts > > > http://www.