View Single Post
  #1  
Old 03-26-2009, 10:58 AM
djones1010 djones1010 is offline
Member
 
Join Date: Nov 2008
Posts: 15
Transition Problems

I am having problems linking my files: GUI Title & GUI_Tutirial.

Here are some of the errors I recieve when I compile and run GUI Title:
Quote:
Traceback (most recent call last):
File "GUI_Tutorial.py", line 18, in onButton
elif obj == Nxt:
NameError: global name 'Nxt' is not defined
Here are some of the errors I recieve when I compile and run GUI_Tutirial:

When I click on the "MainBtn" the words from GUI Title dont show up and the MainBtn is not removed without causing the program to shutdown.

Any Suggestions?
Attached Files
File Type: zip Gui Trans.zip (4.3 KB, 822 views)
Reply With Quote