<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">are that old chestnut..<div><br></div><div><div>svn co <a href="http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk">http://svn.calendarserver.org/repository/calendarserver/PyKerberos/trunk</a> PyKerneros</div><div><br></div><div>cd PyKerneros</div><div><br></div><div>Assuming Kerberos is in /usr/kerberos/bin... you might want to run a quick find to make sure.</div><div>export PATH=$PATH:/usr/kerberos/bin</div><div><br></div><div>python setup.py build</div><div>python setup.py install</div><div><br></div></div><div>You should now be able to do your ./runshell.py again.</div><div><br></div><div>Cheers,</div><div>---Guy</div><div><br><div><div>On 16 Sep 2009, at 05:56, Corey Scobie wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Ugggh. I just rebuilt my Calendar Server install on my PPC Mac Mini, including some updates to Python, etc. Unfortunately my database is back to square one, and so I have to reset some ACLs. I am getting the following error and I can't for the life of me figure out what is missing. I know this is probably less a CalendarServer question and more something specific to my environment but any insight would be greatly appreciated!</div><div><br></div><div>./runshell.py</div><div>Traceback (most recent call last):</div><div>&nbsp;&nbsp;File "./runshell.py", line 31, in &lt;module&gt;</div><div>&nbsp;&nbsp; &nbsp;from src.browser import shell</div><div>&nbsp;&nbsp;File "/Library/CalDAVClientLibrary/src/browser/shell.py", line 19, in &lt;module&gt;</div><div>&nbsp;&nbsp; &nbsp;from client.account import CalDAVAccount</div><div>&nbsp;&nbsp;File "/Library/CalDAVClientLibrary/src/client/account.py", line 17, in &lt;module&gt;</div><div>&nbsp;&nbsp; &nbsp;from client.clientsession import CalDAVSession</div><div>&nbsp;&nbsp;File "/Library/CalDAVClientLibrary/src/client/clientsession.py", line 28, in &lt;module&gt;</div><div>&nbsp;&nbsp; &nbsp;from protocol.http.authentication.gssapi import Kerberos</div><div>&nbsp;&nbsp;File "/Library/CalDAVClientLibrary/src/protocol/http/authentication/gssapi.py", line 28, in &lt;module&gt;</div><div>&nbsp;&nbsp; &nbsp;import kerberos</div><div>ImportError: No module named kerberos</div><div><br></div><div apple-content-edited="true"> <span class="Apple-style-span" style="font-size: 12px; "><div><b><font class="Apple-style-span" face="Copperplate"><font class="Apple-style-span" color="#999999"><br class="Apple-interchange-newline">Regards,</font></font></b></div><div><b><font class="Apple-style-span" face="Copperplate"><font class="Apple-style-span" color="#999999">Corey</font></font></b></div><div><font class="Apple-style-span" color="#999999" face="Copperplate"><b><a href="mailto:corey@scobie.com">corey@scobie.com</a></b></font></div></span> </div><br></div>_______________________________________________<br>calendarserver-users mailing list<br><a href="mailto:calendarserver-users@lists.macosforge.org">calendarserver-users@lists.macosforge.org</a><br><a href="http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users">http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users</a><br></blockquote></div><br></div></body></html>