On 13 feb, 00:26, Dino Viehland <[EMAIL PROTECTED]> wrote:
> >> Oh, I know what you mean.
> >> But that was exactly the reason for having a .DLLs folder, isn't it?
> >> When you place an assembly into this folder, you avoid having to write
> >> this boilerplate code, and simply import the assembly as you would
> >> with a normal python module. At least, that´s how it worked in
> >> previous versions...
> >No. You have always had to add references to assemblies before being
> >able to use the namespaces they contain. You even have to do this with
> >C# in Visual Studio.
>
> This *should* work in both IronPython 1.x and IronPyton 2.0 - the catch 
> though is that it's implemented in the default site.py we ship with.  So if 
> you do the usual thing and use CPython's Lib directory you'll lose this 
> feature w/o copying it over.

Sorry Dino, I don't understand...
What does Cpython's Lib have to do with it?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to