<div class="gmail_quote">2009/3/16 Steve Saed <span dir="ltr">&lt;<a href="mailto:ssaed@iupui.edu">ssaed@iupui.edu</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div>










<span style="font-size: 11pt; color: rgb(31, 73, 125);">Where it says install ZSI, it means download ZSI from
sourceforge and then build it using the setup.py script. Where should I put
this ZSI?</span></div></div></blockquote><div><br>It doesn&#39;t matter where you put it initially, when you run the setup script it will copy files into your Python directory. It should look like this:<br>running install<br>
running build<br>running build_py<br>creating build<br>creating build\lib<br>creating build\lib\ZSI<br>copying ZSI\address.py -&gt; build\lib\ZSI<br>copying ZSI\auth.py -&gt; build\lib\ZSI<br>copying ZSI\client.py -&gt; build\lib\ZSI<br>
copying ZSI\digest_auth.py -&gt; build\lib\ZSI<br>copying ZSI\dispatch.py -&gt; build\lib\ZSI<br>copying ZSI\fault.py -&gt; build\lib\ZSI<br>copying ZSI\parse.py -&gt; build\lib\ZSI<br>copying ZSI\resolvers.py -&gt; build\lib\ZSI<br>
copying ZSI\schema.py -&gt; build\lib\ZSI<br>copying ZSI\ServiceContainer.py -&gt; build\lib\ZSI<br>copying ZSI\ServiceProxy.py -&gt; build\lib\ZSI<br>...<br>creating C:\Python24\Lib\site-packages\ZSI<br>copying build\lib\ZSI\address.py -&gt; C:\Python24\Lib\site-packages\ZSI<br>
copying build\lib\ZSI\auth.py -&gt; C:\Python24\Lib\site-packages\ZSI<br>copying build\lib\ZSI\client.py -&gt; C:\Python24\Lib\site-packages\ZSI<br>copying build\lib\ZSI\digest_auth.py -&gt; C:\Python24\Lib\site-packages\ZSI<br>
copying build\lib\ZSI\dispatch.py -&gt; C:\Python24\Lib\site-packages\ZSI<br>copying build\lib\ZSI\fault.py -&gt; C:\Python24\Lib\site-packages\ZSI<br>etc.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US"><div><span style="font-size: 11pt; color: rgb(31, 73, 125);"></span>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Do I really need the code from the repository to set up the
development environment?</span><br></p></div></div></blockquote><div>If you want to modify the core Access Grid code, like the Venue Client, yes; if it&#39;s something else, maybe not. What exactly are you trying to do?<br>
<br>--Andrew </div></div><br>