[IronPython] Using a struct from OpenMetaverse assembly
matan keret
matan504 at gmail.com
Mon Nov 16 22:05:11 CET 2009
>
> > Browing the source for this project, it looks like the UUID struct is
> actually in a different dll - OpenMetaverseTypes.dll.
>
True!! I didn't notice that... :-S
This DLL is located in the same place as OpenMetaverse.dll.
So I tried:
clr.AddReference(*'OpenMetaverseTypes'*)
from OpenMetaverseTypes import UUID
but I get an error: No module named
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20091116/69d2b5b8/attachment.html>
More information about the Ironpython-users
mailing list