<br><br><div><span class="gmail_quote">On 4/14/07, <b class="gmail_sendername">Thane Plummer</b> &lt;<a href="mailto:thane@tkpcorp.com">thane@tkpcorp.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
One problem with A) lies in the ambiguity of the contents of site.py --<br>portability issues could be large.&nbsp;&nbsp;Also, remember that site.py was<br>implemented as a solution to give IronPython access to the standard libs.<br>
This may change at some point and solution A) could be deprecated.</blockquote><div><br>&nbsp;</div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
This makes sense. &nbsp;It was a real newb question; the idea of importing something twice under different names (clr) made me wonder, and that&#39;s why I asked. &nbsp;Plus, I&#39;m trying to get my arms around the whole dotNet thing. &nbsp;The automatically generated code out of Visual Studio for C# and 
<a href="http://VB.NET">VB.NET</a> can be pretty ornate - things aren&#39;t always intuitive from the code. &nbsp;</blockquote><div><br>Again,&nbsp;thanks.&nbsp;</div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
2007/4/14, <a href="mailto:ctrachte@gmail.com">ctrachte@gmail.com</a> &lt;<a href="mailto:ctrachte@gmail.com">ctrachte@gmail.com</a>&gt;:<br>&gt; Which is most correct and why?<br>&gt;<br>&gt; A) &gt;&gt;&gt; site.clr.AddReference
(&lt;reference name&gt;)<br>&gt; B) &gt;&gt;&gt; import clr.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt;&gt; clr.AddReference<br>&gt; C) neither<br><br>B is correct.<br><br><br><br><br></blockquote></div><br>