After a little research, i found the method of
import sys
sys.path.append('the /path')
import mymodule
which did work out, but the thing is that i have images inside the folder that are used by 'f.py', and though the file outside the folder('of.py') successfully imports 'f.py', it shows an error that the image cannot be opened.

New Topic/Question
Reply



MultiQuote






|