On Fri, Jan 11, 2013 at 6:37 AM, Pawel Jasinski
<[email protected]> wrote:
>
> hi,
>
>
> I am looking for a way to use module created as .net assembly as part of the 
> package
>
> So instead of having:
>
> import clr
> clr.AddReferenceToFileAndPath(".\maplookup.dll")
> import maplookup
>
> I prefer:
>
> import clr
> clr.AddReferenceToFileAndPath(".\maplookup.dll")
> import xmldiff.maplookup
>
> Is there any way to accomplish it?

What is xmldiff? Is it an existing Python package?

Also, is maplookup just a .NET class, or is it actually a PythonModule class?

- Jeff
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to