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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to