Re: [Zope3-Users] logging in in interactive shell?

2009-06-23 Thread Edward Zwart
7;ve seen to get the root Folder is: > > from zope.site import folder > r_folder = folder.rootFolder() > > Regards > Simon > > > On Tue, Jun 23, 2009 at 9:36 AM, Edward Zwart wrote: >> >> Is there an easy way to use the interactive shell as though I were the >>

[Zope3-Users] logging in in interactive shell?

2009-06-23 Thread Edward Zwart
Is there an easy way to use the interactive shell as though I were the logged in admin user? Following the documentation for z3c.form on Custom Widgets, I try the following: from z3c.form import testing, form, field testing.setupFormDefaults() from z3c.form.testing import TestRequest request = Te

Re: [Zope3-Users] How do I learn how to use Zope?

2009-06-16 Thread Edward Zwart
Thanks for your help all. Grok is not an option for this project, but I'll be looking into it down the road. The thing is, I know about steep learning curves, and I'm aware that Zope is pretty steep, and I trust that the frustration will pay off down the road, so I don't mind going through the pa

Re: [Zope3-Users] How do I learn how to use Zope?

2009-06-15 Thread Edward Zwart
On Mon, Jun 15, 2009 at 8:51 PM, Andreas Jung wrote: > Consider starting with GROK. ugh. > A full traceback is always helpfull. But of course... my bad. I think I was legally insane by the end of that last msg... I'm better now. :) In my template, i have... form goes here? debug output is:

[Zope3-Users] How do I learn how to use Zope?

2009-06-15 Thread Edward Zwart
I've been limping along for a couple weeks trying to learn this framework, and I'm completely stuck, and can barely even form a good question... so apologies in advance... My problem is I'm brand new to Zope, and it's impossible to tell when I'm reading something current or not. I've been followi

Re: [Zope3-Users] Multi platform dev environment

2009-06-01 Thread Edward Zwart
On Sat, May 30, 2009 at 12:00 AM, Shailesh Kumar wrote: > Web component development with Zope 3 by Philipp von Weitershausen has been > my best resource on zope 3 developement all these years. Find more about > this book at : http://worldcookery.com/About Thanks Shailesh, I'm reading this book no

[Zope3-Users] Multi platform dev environment

2009-05-29 Thread Edward Zwart
If I'm asking in the wrong place, please redirect me, thanks. I'm new to Zope 3 (coming from LAMP) and am having some trouble finding resources on how best to set up my dev environment. I will be working in Windows and testing (and ultimately deploying) on Linux. I'm slightly confused about what