You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scweet/scweet.py line 9 from .utils import init_driver, get_last_date_from_csv, log_search_page, keep_scroling, dowload_images from utils import init_driver, get_last_date_from_csv, log_search_page, keep_scroling, dowload_images
Scweet/utils.py line 21 from . import const #from . import const
Scweet/utils.py line 24 from .const import get_username, get_password, get_email from const import get_username, get_password, get_email
The text was updated successfully, but these errors were encountered:
andyliu1985
changed the title
ImportError: attempted relative import with no known parent package
Solved: attempted relative import with no known parent package
Apr 17, 2023
Running in Python3
Made 3 changes
Scweet/scweet.py line 9
from .utils import init_driver, get_last_date_from_csv, log_search_page, keep_scroling, dowload_images
from utils import init_driver, get_last_date_from_csv, log_search_page, keep_scroling, dowload_images
Scweet/utils.py line 21
from . import const
#from . import const
Scweet/utils.py line 24
from .const import get_username, get_password, get_email
from const import get_username, get_password, get_email
The text was updated successfully, but these errors were encountered: