c:\Users\blah\...\junk.py is not a valid Win 32 app.
Here's one:
def abc(one):
print "abc: ", one, " is one"
def duh(two):
print "duh: ",abc(2)
abc(1)
duh(2)
duh("so what")
abc(36.333)
--
http://mail.python.org/mailman/listinfo/python-list
