Mar-27-2020, 12:17 PM
Hi everyone,
how can I simply do an import of a file who is in another directory ?
I tried
But nothing work
how can I simply do an import of a file who is in another directory ?
I tried
import ..\myfileimport ..\myfile.pyfrom ..\folder import myfileBut nothing work
