Hi Brad,<br>
<br>
You need to install the workflow add-on package for zope3 and try again. URL as below:<br>
<a href="http://www.zope.org/Products/Zope3-Packages">http://www.zope.org/Products/Zope3-Packages</a><br>
Deprecation Warnings are only warning. The code won't break because of warnings.<br>
<br>
Cheers,<br>
Simon<br>
<br><br><div><span class="gmail_quote">On 10/31/05, <b class="gmail_sendername">Brad Allen</b> &lt;<a href="mailto:brad@allendev.com">brad@allendev.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>The messageboard tutorial in the Zope 3 Developer's Handbook<br>doesn't seem to work for me. I'm using the copy from<br><br>svn co <a href="svn://svn.zope.org/repos/main/book/trunk">svn://svn.zope.org/repos/main/book/trunk
</a><br><br>The SVN url listed in the book didn't work, but I'm not<br>sure this is the right one.<br><br>Anyway, I'm using the &quot;step13&quot; folder, and when I registered<br>it with my Zope 3.1 instance on Ubuntu, and run Zope, I get
<br>the following in my transcript.log:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;ConfigurationError: ('Invalid value for', 'interface', &quot;Couldn't<br>import zope.app.workflow.interfaces, No module named workflow.interfaces<br>in zope.app.workflow.interfaces.IProcessInstanceContainerAdaptable
&quot;)<br><br>I wanted to see more detail on that error, so I imported the offending<br>module at the Python interactive prompt. Along the way several<br>deprecation warnings cropped up (see below). Is there a newer<br>version of this tutorial I'm missing out on, or should I spend
<br>some time trying to clean this up?<br><br>Thanks!<br><br><br>ballen@ubu:/var/lib/zope3/instance/sandbox/lib/python$ python<br>Python 2.4.2 (#2, Sep 30 2005, 21:19:01)<br>[GCC 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8
)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; import book.messageboard.browser.messageboard<br>book/messageboard/browser/messageboard.py:22: DeprecationWarning:
<br>ActiveStatus: ActiveStatus is now available in<br>zope.app.component.interfaces.registration. Will be gone in X3.3.<br>&nbsp;&nbsp;from zope.app.registration.interfaces import ActiveStatus<br>book/messageboard/browser/messageboard.py:23: DeprecationWarning: ISite:
<br>This interface has been moved to zope.app.component.interfaces. The<br>reference will be gone in X3.3.<br>&nbsp;&nbsp;from zope.app.site.interfaces import ISite<br>book/messageboard/browser/messageboard.py:24: DeprecationWarning:
<br>SiteManager: This class has been moved to zope.app.component.site. The<br>reference will be gone in X3.3.<br>&nbsp;&nbsp;from zope.app.site.service import SiteManager, ServiceRegistration<br>book/messageboard/browser/messageboard.py:24: DeprecationWarning:
<br>ServiceRegistration: The concept of services has been removed. Use<br>utilities instead. The reference will be gone in X3.3.<br>&nbsp;&nbsp;from zope.app.site.service import SiteManager, ServiceRegistration<br>book/messageboard/browser/messageboard.py:25: DeprecationWarning:
<br>LocalUtilityService: Services have been removed. Use site manager API.<br>The reference will be gone in X3.3.<br>&nbsp;&nbsp;from zope.app.utility.utility import LocalUtilityService,<br>UtilityRegistration<br>book/messageboard/browser/messageboard.py:25: DeprecationWarning:
<br>UtilityRegistration: This class has been moved to<br>zope.app.component.site. The reference will be gone in X3.3.<br>&nbsp;&nbsp;from zope.app.utility.utility import LocalUtilityService,<br>UtilityRegistration<br>Traceback (most recent call last):
<br>&nbsp;&nbsp;File &quot;&lt;stdin&gt;&quot;, line 1, in ?<br>&nbsp;&nbsp;File &quot;book/messageboard/browser/messageboard.py&quot;, line 26, in ?<br>&nbsp;&nbsp;&nbsp;&nbsp;from zope.app.workflow.interfaces import<br>IProcessDefinitionImportHandler<br>ImportError: No module named 
workflow.interfaces<br>&gt;&gt;&gt;<br><br><br><br>_______________________________________________<br>Zope3-users mailing list<br><a href="mailto:Zope3-users@zope.org">Zope3-users@zope.org</a><br><a href="http://mail.zope.org/mailman/listinfo/zope3-users">
http://mail.zope.org/mailman/listinfo/zope3-users</a><br></blockquote></div><br>