[Zope3-Users] Still stuck without views.

2007-05-07 Thread Robert Norman
Hi again, I'm trying to learn Zope through the Web Component Development book and find myself stuck implementing simple views. This was posted earlier but and I've worked on it since but feel totally unable to proceed. I'm working on WinXP. I can manipulate simple persistant objects using

[Zope3-Users] Zope Book problem update

2007-05-04 Thread Robert Norman
Followup to my problem of using the Web Component Development book: I tried reinstalling on a new machine Python 2.4.4 Zope 3.3.1 created a new instance installed Chapter 7 code from downloaded examples created Recipe instance per book instructions getMultAdapter fails and browser does

[Zope3-Users] Book problem again...

2007-05-04 Thread Robert Norman
more followup: I removed my Python2.5 and related files just in case, but still have the views problem using book code. Robert ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Ch 7, lookup error in getMultiAdapter

2007-05-03 Thread Robert Norman
Working through Web Component Development with Zope 3 Second Edition, I'm stuck just at the point it gets more interesting. In the interactive debug session looking at a basic view, I get a lookup error at... view = getMultiAdapter((lasagne, request), name=u'index.html') I've confirmed that