matan keret wrote:
Hi everyone,
I'm trying to use the UUID struct from OpenMetaverse assembly (this is C# code) from IronPy 2.0.3.
I'm using:
asm2 = clr.LoadAssemblyByName(/'OpenMetaverse'/)

Out of interest, why not:

   clr.AddReference('OpenMetaverse')

OpenJPEG = asm2.OpenMetaverse.Imaging.OpenJPEG
in order to use OpenJPEG class. this works fine, but when i try to do: UUID = asm2.OpenMetaverse.UUID I get an error that there is no such 'UUID'.
also tried:
OpenMeta = asm2.OpenMetaverse

What is present when you call:

   dir(OpenMeta)

Michael
and calling: OpenMeta.UUID
but no luck.
to see more about OpenMetaverse and UUID struct (under OpenMetaverse namespace): http://lib.openmetaverse.org/docs/0.7/ any ideas?
------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog


_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to