RE: [Python.NET] from CLR.mynamespace import * doesn't work

2005-03-22 Thread Brian Lloyd
> hello, > > from CLR.mynamespace import * doesn't work. > > I have to import every class manually. > > Any hint? This purposely doesn't work, as it would impose a pretty big performance hit and a lot of extra complexity in the PythonNet runtime. I just noticed that I hadn't documented that i

[Python.NET] from CLR.mynamespace import * doesn't work

2005-03-22 Thread Stan Pinte
hello, from CLR.mynamespace import * doesn't work. I have to import every class manually. Any hint? Note: would'it be worth opening a bugzilla-like system for pythondotnet? thanks a lot, Stan. _ Python.NET mailing list - PythonDotNet@python.org