Bug? (ActivePython)

Tetsuo member at dbforums.com
Mon Dec 30 18:35:35 EST 2002


This works:

execfile("pystone.py")

This returns a 404 error:

def e():
    execfile("pystone.py")

e()

How in God's name are these statements different?

--
Posted via http://dbforums.com



More information about the Python-list mailing list