import

bugnthecode bugnthecode at gmail.com
Sun Aug 20 13:09:59 EDT 2006


How are you trying to import it? Is it in the same directory as your
other script? If not is your python path set correctly?

When importing a module that you have written you exlude the .py
extension. You should be using:
import hello

Hope that helps,
Will




More information about the Python-list mailing list