On 30/06/15 06:02, Stephanie Quiles wrote:
Hello, i am attempting to create a GUI program using Python 3.4. please see the
pasted code below.
> Why is nothing showing up?
Because you have defined the GUI inside a class. But you
never instantiate that class so the code never gets executed.
Ho
Hello, i am attempting to create a GUI program using Python 3.4. please see the
pasted code below. Why is nothing showing up? i am using Pycharm to run the
program to see what it does and it says there are no errors but it does not
show me an output. please let me know where i am falling short o