[Python.NET] Problem whith DirectX Mesh importation
Laurent Caumont
lcaumont at pamdev.com
Thu Jan 22 08:31:08 EST 2004
"from CLR.Microsoft.DirectX.Direct3D import Mesh"
=> ImportError: cannot import name Mesh
It seems that 'Mesh' is define in the Direct3DX library because when I
remove the reference the "Microsoft.DirectX.Direct3DX" in the reference list
in a directx C# sample, I have the same error...
How can I add a refrence like in C# ?
The "import CLR.Microsoft.DirectX.Direct3DX as D3DX" doesn't work.
Thanks for help.
More information about the PythonDotNet
mailing list