<div>I am a newbie to Zope and am evaluating it for a project&nbsp;but I&nbsp;am having&nbsp;a basic problem getting it to work properly.&nbsp; Any hints or advice would be helpful. I have searched online for similar problems to no avail.</div>

<div>&nbsp;</div>
<div>I have installed on a windows platform here are the specifics:</div>
<div>&nbsp;</div>
<div>
<table cellspacing="0" cellpadding="2" border="0">
<tbody>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">Zope Version </div></blockquote></td>
<td valign="top" align="left">
<div class="form-text">(Zope 2.10.5-final, python 2.4.4, win32) </div></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">Python Version </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] </div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">System Platform </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">win32 </div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">SOFTWARE_HOME </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">C:\Zope\2.10.5\Zope\lib\python </div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">ZOPE_HOME </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">C:\Zope\2.10.5\Zope </div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">INSTANCE_HOME </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">C:\Zope\Instance\2.10.5 </div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">CLIENT_HOME </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">C:\Zope\Instance\2.10.5\var </div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-label">Network Services </div></blockquote></td>
<td valign="top" align="left">
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div class="form-text">ZServer.HTTPServer.zhttp_server (Port: 8080)<br>&nbsp;</div></blockquote></td></tr>
<tr>
<td valign="top" align="left">
<div class="form-label">&nbsp;</div></td>
<td valign="top" align="left">
<div class="form-text">&nbsp;</div>
<div class="form-text">&nbsp;</div></td></tr>
<tr>
<td valign="top" align="left">
<div class="form-label">&nbsp;</div></td>
<td valign="top" align="left">
<div class="form-text">&nbsp;</div></td></tr></tbody></table></div>
<div>Although the ZMI works, I login with no errors, &nbsp;Products and/or Objects that should be accessed from a can URL can&#39;t :</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;- i.e. Zoo Object Folder created per the Zope Book 2.6 ( <a href="http://localhost:8080/Zoo">http://localhost:8080/Zoo</a>&nbsp; ) - I get the following error</div>
<div>&nbsp;</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div>
<h3><font size="2">You have not created any users in this Zope instance. In order to log in and manage this Zope instance, you&#39;ll need to add an adminstrative user account. </font></h3>
<p><font size="2">If you&#39;re running Zope on UNIX or Linux, you can create an administrative user account via the &quot;zopectl adduser&quot; command from a shell. <b>Note: You&#39;ll need to shut Zope itself down before &quot;zopectl adduser&quot; will work. Restart Zope after executing this command in order to log in.
</b> </font></p>
<p><font size="2">If you&#39;re running Zope on Windows, you&#39;ll need to use the &quot;zpasswd.py&quot; utility in your Zope installation&#39;s &quot;bin&quot; directory at <i>C:\Zope\2.10.5\Zope\bin</i> to create a file named 
<i>inituser</i> in your Zope instance home at <i>C:\Zope\Instance\2.10.5</i> that contains the initial administrative username and password.</font> </p></div></blockquote>
<div>&nbsp;</div>
<div>&nbsp; -&nbsp; i.e. Silva ( <a href="http://localhost:8080/Zoo">http://localhost:8080/Zoo</a>&nbsp; ) - loaded to the Products directory - Silva products show up in the products folder and I could find no errors in log files.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<h2><font size="2">Site Error</font></h2>
<p><font size="2">An error was encountered while publishing this resource. </font></p>
<p><strong><font size="2">Resource not found</font></strong></p><font size="2">Sorry, the requested resource does not exist. </font>
<p><font size="2">Check the URL and try again.</font></p>
<p><font size="2"><b>Resource:</b> Silva GET</font></p></blockquote>
<div>- I also tried the Hello world tutorial on Zope3 and had the same result. &quot;Resource Not Found&quot;</div>
<div>&nbsp;</div>
<div><u>Secondary Problem </u></div>
<div>&nbsp;</div>
<div>b)&nbsp;The History Tab described in the &quot;Using the Zope Management Interface&quot; ( figure 3.8 ) does not exist</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>