how to import file from a different location python

Solutions on MaxInterview for how to import file from a different location python by the best coders in the world

showing results for - "how to import file from a different location python"
Giulia
05 Apr 2020
1import sys
2sys.path.append('temp/temp/temp/temp/temp')
Daniele
16 Jul 2016
1import temp