> > > 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
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
