<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>I’ll let Meng explain this one for you! We will be trying to
modify the venue client. So for that purpose, would I only need to python
script of the venue client from the repository?<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Thanks, I appreciate your help!<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Steve<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
adhesionmusic@gmail.com [mailto:adhesionmusic@gmail.com] <b>On Behalf Of </b>Andrew
Ford<br>
<b>Sent:</b> Monday, March 16, 2009 4:30 PM<br>
<b>To:</b> Steve Saed<br>
<b>Cc:</b> Chuiyuan Meng; Scott Humphreys; ag-dev@mcs.anl.gov<br>
<b>Subject:</b> Re: [AG-DEV] Access grid development environment set up<o:p></o:p></span></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<div>

<p class=MsoNormal>2009/3/16 Steve Saed &lt;<a href="mailto:ssaed@iupui.edu">ssaed@iupui.edu</a>&gt;<o:p></o:p></p>

<div>

<div>

<p class=MsoNormal><span style='font-size:11.0pt;color:#1F497D'>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><o:p></o:p></p>

</div>

</div>

<div>

<p class=MsoNormal><br>
It doesn'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.<o:p></o:p></p>

</div>

<blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;
margin-left:4.8pt;margin-right:0in'>

<div>

<div>

<p><span style='font-size:11.0pt;color:#1F497D'>Do I really need the code from
the repository to set up the development environment?</span><o:p></o:p></p>

</div>

</div>

</blockquote>

<div>

<p class=MsoNormal>If you want to modify the core Access Grid code, like the
Venue Client, yes; if it's something else, maybe not. What exactly are you
trying to do?<br>
<br>
--Andrew <o:p></o:p></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</body>

</html>