Posts by Enzo Dtz • 27 points
8 posts
-
0
votes0
answers59
viewsQ: Pagseguro - Problem when consulting Brand
Hello, I am trying to use the transparent checkout of pagseguro. I have already integrated the session generation, but when consulting the flag of the card, the function success is never called,…
-
0
votes1
answer211
viewsA: Pyinstaller generating error to import numpy library
Well, after a while I was able to find something out and found that it is simply necessary to install the library https://pypi.org/project/ctypes/ and import it at the beginning of code with import…
-
0
votes1
answer211
viewsQ: Pyinstaller generating error to import numpy library
Good afternoon, I am creating a python project, and need to get a executable . exe to run in any windows without having python installed. However, what happens is that when I open the generated…
-
0
votes1
answer194
viewsA: Low text resolution in Python Kivy
I believe it was because of the version of your kivy, or because of your machine, because kivy has GPU boost, and can be used to develop games, so it supports higher resolutions. The code you are…
-
0
votes1
answer634
views -
0
votes1
answer99
viewsQ: How to schedule a schedule with kivy
I want to make an event happen for 2 seconds at the speed of 29/30, after 5 seconds passed since the beginning of the program, with the following code: from kivy.app import App from…
-
0
votes1
answer46
viewsQ: How to make one class interfere with another with python
I want to make a switch button with kivy style, when one is true, the other is false, however, when I change a variable in the class of the first, it is not changed in the second, and remains with…
-
2
votes1
answer396
viewsQ: Remove image background with Tkinter
I’m trying to make two layers with two images in which the background is whole in the application, and the second overlaps. The second is transparent, however, when the display occurs, it puts gray…