My fiance is having a birthday in less than 20 days. I am therefore trying to create a program for her (trust me, it is not intended to be the only gift) to play around with, and hopefully enjoy. The only problem I am having so far, is that when I run the program through the Idle GUI shell, I either get a -------RESTART-------- or nothing at all. I will post the problem code below in a minute, but have one other question. I intend on having this program share multiple .pyw files. I have it coded to call the files by using import file. Do I need to import file.pyw or call it in a completely different way. I would appreciate any help, especially prompt help, because she will be home in two hours and that's all the time I get to work on it a day.
print '''PyMat 2000 presents.....Secret Garden.
Concieved on 10/26/06 for Denay L. Ruane.'''
print
def denaystart():
denaystart = raw_input("What is your name?").lower()
if denaystart == "denay" or "denay wiles":
print '''Welcome to your secret garden, Sailboat! This program is
designed to give you something to entertain yourself with when you
are very bored (we all know how bored you would have to be to play with
stupid programs like mine!) There are a few things you can do with this program,
here are the commands that let you do some of them...
PLAY GAMES, and have WORD FUN. There are more coming to you, so be
patient. My Creator, The Almighty One, has only limited time to work on
me. Enjoy your gift, Denay.'''
print
denaylogged()
else:
print "Access Denied due to improper Identity Clearance."