I cannot import clr unless the 3 files (nPython, Python.Runtime & clr) are placed in the directory C:\Python27. If placed anywhere else I get the following error: "dynamic module not initialized ...
I tested this by doing print(clr) after the import statement, and also of the way pythonnet packages clr, and it actually shows it has clr-loader when I run the command pip list.