<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 7, 2009, at 5:31 PM, Milind Khadilkar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hello, everybody!<br>Congrats to the developers!<br><br>Pascal, for me easy_install -U worked without errors.<br><br>But I am using the python environment directly, because virtualenv seems not to work for me (<a href="https://answers.launchpad.net/virtualenv/+question/84741">https://answers.launchpad.net/virtualenv/+question/84741</a>).<br> <br>(Probably) because of that when running grokproject to create a grok project, I get the error:<br>While:<br>&nbsp; Installing eggbasket.<br>Error: There is a version conflict.<br>We already have: zope.schema 3.4.0<br><br>Probably because I have Zope 3.4.1 and Zope 2.12 also installed.<br> <br></blockquote></div><br><div>You definitely want to isolate your packages if you've got Zope 2, Zope 3 and Grok installed!</div><div><br></div><div>The answer to your virtualenv problem is here:</div><div><br></div><span class="Apple-style-span" style="font-family: sans-serif, arial, helvetica, clean, sans-serif; font-size: 14px; line-height: 17px; ">&nbsp;&nbsp;File "c:\python25\<wbr>lib\socket.<wbr>py", line 45, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;import _socket<br></span><div><span class="Apple-style-span" style="font-family: sans-serif, arial, helvetica, clean, sans-serif; font-size: 14px; line-height: 17px; ">ImportError: No module named _socket</span></div><div><br></div><div><span class="Apple-style-span" style="font-family: sans-serif, arial, helvetica, clean, sans-serif; font-size: 14px; line-height: 17px; "></span>You need the compiled _socket extension module to be available as part of your Python install. So I think this is a problem with the Python build that you're using. Try gettting another Python install with a working _socket module and you should be good.</div><div>&nbsp;</div></body></html>