Posts by Vinicius • 71 points
3 posts
-
1
votes1
answer1857
viewsA: Architecture incompatibility between drive and app
I resolved. The solution was to actually download a 64bit drive (architecture of my machine) and set up a new connection, more or less like this one video.…
-
1
votes1
answer1857
viewsQ: Architecture incompatibility between drive and app
I’m trying to access data from a database using pyodbc with this code: import pyodbc cnxn = pyodbc.connect("DSN=banco;uid=usuario;pwd=senha") cursor = cnxn.cursor() But when I make that mistake:…
-
5
votes1
answer1174
viewsQ: Ordering a list of objects by date
I have a list of objects and each object in this list has an attribute that is a date, in the same string format. How do I sort this list of objects by that date?
python-3.xasked Vinicius 71