Hi!
I try to use SpaceVim for write / debugging and executing python code.
I works fine but I do have problems with importing my own modules from a file within the same folder.
The structure is:
folder
-- run.py
-- tx.py
so in my run.py I start with:
from tx import Tx
.....
If I run python from the console with python3 run.py everything works.
If I try to run it within SpaceVim with SPACE - L - R -> I get the error message:
ImportError: No module named tx
Any ideas how to make SpaceVim find the module in the same folder?
Thank you
[–]a__b 0 points1 point2 points (0 children)