[ZDP] ANNOUNCE: Zope Tutorial Preview
Rik Hoekstra
rik.hoekstra@inghist.nl
Fri, 07 Apr 2000 11:41:24 +0200
>
> Amos Latteier wrote:
> >
> > Hi,
> >
> > I've been working on an interactive Zope tutorial for new users. I'm at
> > the point where I'd like some feedback.
> >
> > http://www.zope.org/Documentation/Projects/Tutorial/
> >
> > You can download the tutorial, install it in Zope and read it online
> > while you follow along in the management interface.
>
> Amos, the example thing won't import (Zope 2.1.4, could this be the
> problem).
Woops, forgot the traceback:
<STRONG>Error Type: TypeError</STRONG><BR>
<STRONG>Error Value: ('len() of unsized object', <class
Shared.DC.ZRDB.DA.SQL at add2e0>, None)</STRONG><BR>
</P>
[snip]
<!--
Traceback (innermost last):
File C:\zope\lib\python\ZPublisher\Publish.py, line 214, in
publish_module
File C:\zope\lib\python\ZPublisher\Publish.py, line 179, in publish
File C:\zope\lib\python\Zope\__init__.py, line 202, in
zpublisher_exception_hook
(Object: HelpTopicBase)
File C:\zope\lib\python\ZPublisher\Publish.py, line 165, in publish
File C:\zope\lib\python\ZPublisher\mapply.py, line 160, in mapply
(Object: installTutorial)
File C:\zope\lib\python\ZPublisher\Publish.py, line 102, in
call_object
(Object: installTutorial)
File C:\zope\lib\python\Products\ZopeTutorial\TutorialTopic.py, line
77, in installTutorial
(Object: HelpTopicBase)
File C:\zope\lib\python\OFS\ObjectManager.py, line 478, in
manage_importObject
(Object: ElementWithAttributes)
File C:\zope\lib\python\ZODB\ExportImport.py, line 284, in importFile
TypeError: (see above)
-->
Rik