I have a file main.py like this:
import node.py
[my code...]
and a node.py like this:
[more of my code]
When executing main.py, I get this error:
File "/home/loldrup/repo/trunk/src/src/main.py", line 2, in <module>
import node.py
ImportError: No module named py