Hello. This is my first attempt at a post. I am an IronPython newb.
The distro I'm using is the Microsoft one. I am on Windows XP.
Which is most correct and why?
A) >>> site.clr.AddReference(<reference name>)
B) >>> import clr.
>>> clr.AddReference
C) neither
Thanks a ton.
Carl T.