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__
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