hi, Joojaa
I know if I want to load python module then both .py and .pyc files are accepted . But I mean if somebody want to write a scripted plug-in for Maya , and put it into MAYA_PLUG_IN_PATH folder , then load the plug-in in the Maya plug-in manager window , then the file should be .py file as the document says .
Maya document says :
CODE
Note
Although, it is possible to have a non scripted plug-in .py script on the MAYA_PLUG_IN_PATH, these items will not load. Warnings will be issued that entry points cannot be found.