Posts by Dirso • 62 points
4 posts
-
1
votes1
answer123
viewsA: Pip install scrapy error 1
Good night, Andre, all right? This error occurs due to the lack of a package called Build Tools, or Build Tools and it is very simple to resolve, you can get it through the link Download!…
-
-1
votes1
answer27
viewsQ: How do I get other users to access my Mysql database with Python?
I am making a program with the mysql-Connector-python library and I wanted other users to be able to access it, because when I start the program on another machine appears the following error:…
-
-1
votes2
answers128
viewsQ: Change the save location of a Python PDF (pdf.save())
I made a program in Python that at the end generates a PDF with the following data: from reportlab.pdfgen import canvas pdf = canvas.Canvas("vendas_produtos.pdf") pdf.setFont("Times-Bold", 14)…
-
1
votes2
answers246
viewsQ: How to read Mysql data with Python?
I’m running a registration and product sales system. I need to have access to registered units to check how many units still remain to be sold (with each sale I’m decreasing the remaining units). I…