There are missing modules from here and there, example : "urlparse" from __init__ and drivers and DBConnect from db, and so on. Fixes: url parse should be imported like: ``` from urllib.parse import urlparse ``` and not like: ``` import urlparse ``` DBConnect is not present: 