[Tutor] Problem with converting Python to EXE using py2exe

2009-04-10 Thread Chris Lee
Hi tutors, So I finally made my program. When I run it with python, it works perfectly! But when I convert it to an executable using py2exe (correctly), I get an error: Traceback (most recent call last): File "oentry.py", line 52, in File "Tkinter.pyc", line 3270, in __init__

[Tutor] Executing a GUI from another GUI with a click of a button

2009-04-06 Thread Chris Lee
Hello! Before I tell you about my problems, I ask for your consideration as I am a newbie at python... I was having problems as I tried to open another program within a program (both programs are Tkinter UIs) As for the reference, here is my code: #program: realprogram.py from Tkinter impor