hejazizo / us-visa-rescheduler

US Visa Rescheduler Python Script
Other
46 stars 8 forks source link

Error #2

Open sarathbp opened 1 year ago

sarathbp commented 1 year ago

C:\Users\sarat\AppData\Local\Microsoft\WindowsApps\python3.10.exe D:\Github\us-visa-rescheduler\src\main.py Traceback (most recent call last): File "D:\Github\us-visa-rescheduler\src\main.py", line 16, in from src.constants import COOLDOWN_TIME, EXCEPTION_TIME, RETRY_TIME, STEP_TIME ModuleNotFoundError: No module named 'src'

I am using windows 11 Laptop

Demarsch commented 1 year ago

Replace line config = load_config('src/config.ini') with config = load_config('config.ini')