import clrand you get the error message:
import MyNETNamespace
ImportError: No module named MyNETNamespaceYou should try two things:
- Make sure your .dll is named "MyNETNamespace.dll"
- Make sure all the .dll's that MyNETNamespace.dll is dependent on are in the directory, too.