Hello!
I am new to Python, and I want to learn it.
I have just installed Python 2.7.3
And Visual Python Tkinter IDE for Ver 2.6-2.7-3.1 (BETA) –Version: 2.0.12.2524.
I was looking into some the Tutorial and follow the first example to code.
Here begun my issues.
First Step:
I created a simple Window application with nothing on it.
Run it with no problem.
Second step:
Add a Button, Text, Label, etc to the design Form
Run it, and here is my first problem. The window opens like the first time with nothing in it. I don see the button or anything. In addition, I have tried to delete the label or button hitting the delete key but it does not removed from the Design form. I can add resize but no delete.
Any help is appreciated,
Thanks in advance