I am using Python 2.7 I tried importing a module named hello.py
I got this error message Traceback (most recent call last): File "", line 1, in import hello ImportError: No module named hello I am not sure why, Can you please give me more insight about the proper syntax and the PYTHONPATH directory.
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor