General question
bubbsJanko opened this issue · 0 comments
bubbsJanko commented
I am new to python you are such a great programmer and great project. I was just curious how in this file https://github.com/kevinzg/facebook-scraper/blob/master/tests/test_parse_duration.py
you are able to do this from facebook_scraper.utils import parse_duration
If I have the same folder structure and I try to get something from a sibling directory it does not work in vscode. But it works in pycharm. What code editor do you use and I thought maybe you could shed some light on why this happens. I came across this issue when trying to do tests on my own project.
Thank you very much!