I'm seeing a behavior in IronPython that surprises me, but I'm new to Python
and it may just be expected. On this page:
http://ironpython.codeplex.com/wikipage?title=FAQ
I found this blurb:
"Once a namespace is imported, all nested namespaces are also accessible."
Does this mean that, if I do
-Original Message-
From: Dino Viehland [mailto:di...@microsoft.com]
Sent: Thursday, July 28, 2011 3:35 PM
To: Vardeman, Andrew [CSSM]; ironpython-users@python.org
Subject: RE: [Ironpython-users] [IronPython] Intellisense with imported dlls
Andrew wrote:
> Hi. I'm replying to a
Hi. I'm replying to a thread I saw from May that discussed adding DLLs from
the project search paths to the list of DLLs to index for Intellisense. This
appears to be implemented in the most recent of PTVS, which I'm using.
My problem is that I'm developing C# classes and their Python subclass