November 2018
— He will reward
For the wheel use this link:https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal then install it using pip on cmd:
c:\Python27\Scripts\pip.exe install GDAL-X.Y.Z-cp27-none-win_XYZ.whl
— How to take user input in sqlite3 in Python. 3.7.1
— What do u mean? explain it further pls
— Method not working
— Try this:cur.execute("INSERT INTO details VALUES (NULL,?,?,?)", (name, address, contact))
cur.execute("INSERT INTO details VALUES (NULL,?,?,?)", (name, address, contact))
— Ok trying this method
— Hi
— Same problem
— Not working
— Wht is the error message
— NameError: name 'name' is not defined