# this goes in mystuff.py
def apple():
print "I AM APPLES!"
I made a second file called apple.py and keyed in the following:
import mystuff mystuff.apple()
When I try and run it I get the following error message.
File "exapple.py, line 1, in <module>
import mystuff
Import Error: No module named mystuff.

New Topic/Question
Reply


MultiQuote






|