Monday 26 March 2018

python - Importing files from different folder

I have the following folder structure.



application/app/folder/file.py



and I want to import some functions from file.py in another Python file which resides in




application/app2/some_folder/some_file.py



I've tried



from application.app.folder.file import func_name



and some other various attempts but so far I couldn't manage to import properly. How can I do this?

No comments:

Post a Comment

casting - Why wasn't Tobey Maguire in The Amazing Spider-Man? - Movies & TV

In the Spider-Man franchise, Tobey Maguire is an outstanding performer as a Spider-Man and also reprised his role in the sequels Spider-Man...