Posts by AlfaYank • 11 points
1 post
-
1
votes0
answers16
viewsQ: How to export sqlite and python exceptions log using Import Error
I am using Python and giving import of sqlite3 library and sqlite3 giving import in Error for exception handling! import sqlite3 from sqlite3 import Error def errorlog(erro): errlog =…