Is there something I can do to get past this issue to install grok right now? I&#39;m trying to install on Ubuntu 8.10 with python 2.5.2 and am getting the apidoc.codemodule.module import error also...<br><br>Thanks,<br><br>
Teebes<br><br><div class="gmail_quote">On Wed, Apr 15, 2009 at 6:35 PM, Uli Fouquet <span dir="ltr">&lt;<a href="mailto:uli@gnufix.de">uli@gnufix.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi there,<br>
<br>
Am Mittwoch, den 15.04.2009, 13:49 -0300 schrieb Tim Cook:<br>
<div class="im">&gt; Okay,  Thanks to Uli for pointing out the link on PyPi about Grok<br>
&gt; startup upgrading (why hasn&#39;t this made it to <a href="http://grok.zope.org" target="_blank">grok.zope.org</a>?)<br>
<br>
</div>Hm, maybe because grokcore.startup is not internally bound to grok. In<br>
fact it does not depend on a certain version of Grok.<br>
<div class="im"><br>
&gt; I know; this is FOSS and I need to pitch in too. But I&#39;m so confused<br>
&gt; now.  After fixing my setup.py (beyond what the grok.startup document<br>
&gt; says when you are moving from an original 0.14 (1.0a1 didn&#39;t complain)<br>
&gt; to a 1.0a3 app).<br>
<br>
</div>Yes, that might should be described more accurate. As said,<br>
grokcore.startup does not depend on a certain version of Grok, but some<br>
versions of grokproject generated this startup.py in new projects. The<br>
upgrade notes therefore should refer to different grokproject versions.<br>
<div class="im"><br>
&gt; When I try to start the server I  get the following tracceback:<br>
&gt; ....(portions left out)<br>
&gt;<br>
&gt;   File<br>
&gt; &quot;/home/tim/.buildout/eggs/grokui.admin-0.3-py2.5.egg/grokui/admin/docgrok.py&quot;, line 39, in &lt;module&gt;<br>
&gt;     from zope.app.apidoc.codemodule.module import Module<br>
&gt; zope.configuration.xmlconfig.ZopeXMLConfigurationError: File<br>
&gt; &quot;/home/tim/oshipenv/oship/etc/<a href="http://site.zcml.in" target="_blank">site.zcml.in</a>&quot;, line 4.2-4.29<br>
&gt;     ZopeXMLConfigurationError: File<br>
&gt; &quot;/home/tim/oshipenv/oship/src/oship/configure.zcml&quot;, line 4.2-4.37<br>
&gt;     ZopeXMLConfigurationError: File<br>
&gt; &quot;/home/tim/.buildout/eggs/grokui.admin-0.3-py2.5.egg/grokui/admin/configure.zcml&quot;, line 5.2-5.27<br>
&gt;     ImportError: No module named apidoc.codemodule.module<br>
&gt;<br>
&gt;<br>
&gt; So I breifly read that this was a problem with the Windows install.  But<br>
&gt; I using Ubuntu 8.10<br>
<br>
</div>Unfortunanetly this is not a Windows-only problem. The new grokproject<br>
version will fix all this, but we want to include some backslash<br>
problems on windows before actually doing the next release.<br>
<div class="im"><br>
&gt; Just FYI to the authors and developers for the versions.cfg.  I<br>
&gt; commented out (not removed) the line about:<br>
&gt;<br>
&gt; # Here we pin the recipes and other packages that are not in the<br>
&gt; # downloaded versions.cfg of grok<br>
&gt; #grokui.admin = 0.3<br>
&gt;<br>
&gt; In order to avoid the previously reported &quot;I can&#39;t decide error&quot;.<br>
&gt;<br>
&gt; I note that &#39;apidoc&#39; isn&#39;t in the versions.cfg file.  Should it be?<br>
<br>
</div>It is zope.app.apidoc which is missing, but as there are several other<br>
packages in the zope.app namespace, Python only complains about missing<br>
&#39;apidoc&#39;.<br>
<br>
&#39;zope.app.apidoc&#39; is in the versions.cfg file, but I wonder if it<br>
should. This way grokui.admin is more or less bound to the version<br>
pinned down in groks version.cfg, while grok itself is not using<br>
zope.app.apidoc. This might lead to problems like the ones with<br>
grokcore.security. Hm, undecided.<br>
<br>
Thanks, Tim, for the feedback!<br>
<br>
Best regards,<br>
<br>
--<br>
<font color="#888888">Uli<br>
<br>
</font><br>_______________________________________________<br>
Grok-dev mailing list<br>
<a href="mailto:Grok-dev@zope.org">Grok-dev@zope.org</a><br>
<a href="http://mail.zope.org/mailman/listinfo/grok-dev" target="_blank">http://mail.zope.org/mailman/listinfo/grok-dev</a><br>
<br></blockquote></div><br>