Questions tagged as 'tkinter'

0
answers

Event Scroll Vertial touchpad in TKINTER - PYTHON 3.6 [closed]

I have a vertical scroll bar in an application created with Tkinter. That scroll works perfectly with the mouse wheel, I would like to make it work by sliding 2 fingers through the touchpad of the laptop, as in a browser for example.     
asked by 29.10.2018 / 16:53
0
answers

Sqlite3 with tkinter

I have a problem wanting to get a data from the db and show it in an entry in the tkinter window, it does not show it. from tkinter import * from tkinter import ttk from tkinter import messagebox import tkinter as tk import sqlite3 import stri...
asked by 27.10.2018 / 02:22
0
answers

Problems when wanting to play a video inside the same window where I create my canvas with python

Hello my program works, the only thing that I can not do, is that my video plays inside my canvas, something contrary to what I'm doing since my video when playing it opens in another window and I want it this is done within it, I do not know if...
asked by 26.10.2018 / 02:42
0
answers

Show Image in .svg format in Tkinter with Python 3.6 [in standby]

I need to show vector images ".svg" in a frame or on a canvas with tkinter in python 3.6 How can I do it?     
asked by 25.10.2018 / 20:59
0
answers

Python, tkinter and Sqlite3 Error selecting an item in the listbox

I'm doing a small app in python (3.6) and I'm using sqlite3 as a database. The app in question is a modification that you take out of a tutorial to make a book registry with tkinter. I have almost 0 programming experience, I am in full training...
asked by 05.11.2018 / 00:30
0
answers

'int' object has no attribute '_getints'

Good evening, I'm new to programming, I'm trying to do the following thing, to do a gif in a new window, but I skip the following error. 'int' object has no attribute '_getints' def Animacion(): win=Toplevel win.minsize(900,300) im...
asked by 05.11.2018 / 04:09
0
answers

ComboBox in Python 2.7.x

I'm starting in python and well I'm trying to put a ComboBox with ttk but I have a problem and I try to use the methods of the ComboBox but I generate error, according to no such method. I have been reading the documentation, and I have read...
asked by 14.10.2018 / 03:34
1
answer

Change background color in Matplotlib

I am generating some graphics in a desktop application made with Tkinter. The problem I have is that it generates very simple graphics, with a white background, and I am finding it hard to find information on the Internet about how I can play wi...
asked by 18.09.2018 / 12:06
0
answers

Problems with script to view and eject users

I'm doing a script with python3 in linux to let me know when someone is connected to my system and allows me to throw the user I want. I have this script and it works with graphical interface with the tkinter library. The problem is that when I'...
asked by 11.09.2018 / 17:47
1
answer

Pointer within an entry (tkinter)

I'm doing a program that basically by entering a series of numbers, you automatically add a character. My question is if there is any type of pointer in the Entry() of Python since when entering the character externally, the pointer remai...
asked by 10.09.2018 / 17:41