Questions tagged as 'tkinter'

1
answer

Python - ModuleNotFoundError: No module named 'babel.numbers'

I have made an application in python3.7, with tkinter, when coding is all correct, it works perfectly, but when doing it executable with cx_freeze, in a section of my application where I open a calendar, the error jumps. I think you have t...
asked by 19.12.2018 / 06:39
1
answer

Detect the moment entered in an Entry

I'm doing a program that consists of a single Entry (). The thing is that I want you to immediately detect what is written and act one way or another. So when you finish putting the last character of for example "add", do one thing. I've t...
asked by 06.08.2018 / 18:17
1
answer

Python using tkinter Figure on top of another

Hi, I am new to this page and programming, I have a project where I have to make a bubble collection program, either circles or images of these, where I must click and generate a fractal figure for each click. The fractal has to be generated...
asked by 29.06.2017 / 08:37
1
answer

Sort treeview columns

I have a thread in which I asked how to generate a treeview from a panda dataframe in python. The thread is this: How to use Tkinter ProgressBar My problem now is that I do not know how to implement a function that orders each column whe...
asked by 13.09.2018 / 11:29
1
answer

Label Tkinter several lines

Hello, I have a problem in my application when using labels. The problem is that when writing a long text, the text continues and leaves the window. What I want is that the text does not pass from the area delimited by the window, and is put as...
asked by 10.09.2018 / 17:24
1
answer

Adder with tkinter

Hello is my first question on this page, I hope not to make mistakes in the formulation of the same, well what happens is that I want to make an app that when click on a button, increase the value of a variable and appear in the text box of the...
asked by 21.03.2018 / 00:17
1
answer

cx_Freeze, "ImportError DLL load failed"

I created a code for an interface with Tkinter , reportlab , openpyxl among others. Everything inside my .py file works very well but when creating an executable (.exe) with cx_Freeze the following error occurs: I appreciate any...
asked by 24.08.2017 / 01:27
1
answer

Encryption of SHA1 algorithm with Tkinter

Hi, I'm doing an SHA-1 algorithm exercise with Python 3.4 and Tkinter My problem is that I do not know how to show the result of the conversion of my caja1 to the caja2 . Here is the code: from tkinter import * from hashlib i...
asked by 02.04.2016 / 19:20
1
answer

Problem with Combobox in Frame "scrollable", the scroll event passes to the father

I'm doing a desktop application with Tkinter and Python. I have inserted a drop-down control ttk.Combobox for several options but I have a problem. The combobox is inside a frame with scroll bar and when under the mouse wheel the c...
asked by 29.08.2018 / 11:14
2
answers

Sending of variable captured from a form .pyw with tkinter to an independent function in a .py

Hello everyone I am new to python, I hope you can help me, the problem I have is the following. I have a form (tkinter) .pyw where I collect some data and I intend to take them to an independent function that runs in parallel from a py. I'...
asked by 08.10.2018 / 04:12