Posts by Diunior Ronaldo Brum Lauser • 151 points
7 posts
-
0
votes1
answer141
viewsQ: Save contents of a Listbox to mysql database
Good morning, I have a listbox and I’m having a hard time storing the contents of that list in the Mysql database. Someone could help me. I followed code and error below: def SaveVariosCodBr(self):…
-
3
votes2
answers2075
viewsQ: Change color and border size Tkinter Menu
Can someone help me with this question?…
-
2
votes1
answer384
viewsQ: Increment a numeric string in 1
I want to add 1 to a counter that is represented as a string. the goal is to get the sequence of numbers later. For example: from 000570370 to 000570371. part of the code: def rangeOrdemServ(self):…
-
2
votes2
answers176
viewsQ: Generate autoincrement serial number sequence
I want to generate a service order number, I have the code, but I want it to consult in the database the last number of the service order that was generated. Follows the code: def…
-
2
votes1
answer865
viewsQ: print Qrcode directly Zebra printer by python
I am generating qrcodes by python, only that I want to print directly on zebra label printer, I can already print words contained in an entry, but when I try to print the error qrcode: code: def…
-
2
votes1
answer556
viewsQ: Change lag and height of Excel cell using xlwt
I need to change the height and width of the Excel cell I’m using the library xlwt. I can’t find any references, someone can help me?
-
3
votes1
answer340
viewsQ: Import Mysql data to Excel
To want to import data from Mysql to excel using Python, when I try to make it from an error of tuple. Someone with more experience can help me? I followed the code and the error: # coding=utf-8…