<br><br><div><span class="gmail_quote">On 4/14/07, <b class="gmail_sendername">Thane Plummer</b> <<a href="mailto:thane@tkpcorp.com">thane@tkpcorp.com</a>> 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. 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> </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. It was a real newb question; the idea of importing something twice under different names (clr) made me wonder, and that's why I asked. Plus, I'm trying to get my arms around the whole dotNet thing. 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't always intuitive from the code. </blockquote><div><br>Again, thanks. </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> <<a href="mailto:ctrachte@gmail.com">ctrachte@gmail.com</a>>:<br>> Which is most correct and why?<br>><br>> A) >>> site.clr.AddReference
(<reference name>)<br>> B) >>> import clr.<br>> >>> clr.AddReference<br>> C) neither<br><br>B is correct.<br><br><br><br><br></blockquote></div><br>