> 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
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