Hello, what is a right place for *.pyd files for Maya 2017? I installed p4python using mayapy as: mayapy -m pip install p4python
mayapy puts P4API.pyd file into C:\Program Files\Autodesk\Maya2017\Python\Lib\site-packages directory. But maya cant' find it. Then I copied P4API.pyd into C:\Program Files\Autodesk\Maya2017\Python\DLLs, where I found another *.pyd files. It doesn't help as well. In ScriptEditor i've got: File "C:\Program Files\Autodesk\Maya2017\Python\lib\site-packages\P4.py", line 410, in <module> # import P4API # ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden. # DLL not found. Should I set some environment variables for Maya? Or copy *.pyd file to another place? Regards, Oleg Solovjov -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/e03cd4b3-9881-4353-8282-70ca92fbdbb4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
