Python on metaeditor won't compile?

 
Just getting started with meta editor, and I noticed there is an option to compile python code on metaeditor and the use the generated script on mt5 charts.

I have intermediate knowledge of python, but absolutely zero experience with metaeditor, and when I copy pasted a simple python script of mine in metaeditor, and clicked compile, noting happened, no errors not status, no nothing, 
I opened options to give python path to metaeditor but Python path was automatically picked up by the metaeditor, so I didn't changed or edited it since it was correct path.... But still when I click compile noting happens.

Am I missing some thing? 
 
Same problem, any suggestion ?
 
I had initially the same problem. By adding the extension ".py" to the file the compilation worked. So a file "test" does not work but "test.py" works.