0
votes
0answers
8 views

py2exe with different parts of apps

Let's say I have 5 different python files: main.py, first.py, second.py, third.py, last.py Each of the files, after main.py, does something different through a button on main.py's screen. I know how ...
1
vote
3answers
28 views

Labels Aren't Changing

I'm only going to post a snippet of my code, because essentially, it does the same thing. string = '' time_calc = Tk() time_calc.geometry('500x400') time_calc.title("Calculate A Time") ...
2
votes
1answer
28 views

tk: do I need to mention the widget master?

I want to rearrange frames in PanedWindows at runtime based upon user request. Previously I specified the master for each frame (here pw1). Ex: import Tkinter as tk root = tk.Tk() pw1 = ...
0
votes
1answer
16 views

wait for button click on button click move button to a slot in tkinter

I get the title wasn't the best but I don't quite know how to explain it. I tkinter I want to make square widgets with "slots on them. When the app is run I want buttons to show up at the top of the ...
0
votes
1answer
20 views

Is it possible in tkinter to have two columns of labels with one label below and in the middle of them?

While the picture shows basically what I want to do, however: All labels supposed to be perfect squares of the same size labels in the 2 columns should be perfectly aligned The label at the bottom ...
0
votes
1answer
17 views

Naming a file the content of a Text Entry Widget

I am trying to create a program in tkinter that allows people to rename a log file to whatever is typed into a text entry box. However this is not going to plan. EDITED Thanks to Bryan Oakley. I ...
0
votes
1answer
32 views

Multiplayer game in python [on hold]

I have made a maths program which is pretty basic at the moment but im trying to figure out is there a way to make a multiplayer system so two or more people could race each other at answering maths ...
0
votes
1answer
17 views

Tkinter text widget cursor on particular line

I am trying to implement command console using Text widget. In the below code, when I hit "return" key, cursor moves to next line after prompt is inserted. I am not able to make cursor position at the ...
0
votes
0answers
14 views

Safetkinter RuntimeError: Recursion Limit

So I've been trying to get a threadsafe adapter for tkinter (I'm using Python 3.3) to help with some of my projects. I stumbled upon a recipe called "safetkinter" (recipe 578153), which promises to ...
1
vote
1answer
22 views

Text superimposed in a textbox

I have several textboxes that I want to put in my program. For each of those, I'd like to have text that explains what to input. I've seen them on more complex non-Python programs. Instead of doing ...
0
votes
1answer
21 views

python return value from calendar widget class

Is there an easy way to return the user selected date value to another python script using this code for a python calendar widget? I've saved the calendar widget in its own file named ...
1
vote
1answer
23 views

Creating an entry table on TKinter

How would I go about creating a table on Tkinter that can take in entries from the keyboard? So far, I have created a Tkinter frame. import Tkinter as tk import numpy as np import scipy as sp ...
0
votes
0answers
21 views

Tk/Tkinter: Detect application lost focus

I am making a Tkinter application. In the application, I want to pop up a context menu, which I do using Tk.Menu.post(). I don't know how to make this menu disappear when the application loses ...
-1
votes
0answers
41 views

Python Search Script

This script is supposed to let you type a string from Tk and take that string and search for a filename matching that string from within the directory I got my code to go into the desired directory ...
0
votes
0answers
20 views

_tkinter.TclError: can't parse color “#158132ee”

I'm writing a function that converts an image to sepia tone and I'm getting this error message when I try to run it. The weirdest thing is that it did work when I ran it in activecode, the Python web ...

1 2 3 4 5 194
15 30 50 per page