Kermit Rose wrote: > When I tried to run a program show at the beginning of "Dive into Python", > > I got. > > > Traceback (most recent call last): > File "<pyshell#2>", line 1, in -toplevel- > import odbchelper > ImportError: No module named odbchelper
odbchelper is the module defined in Example 2.1. You need this file stored somewhere on the python search path; the current working directory is probably a good choice. In the future if you could give a pointer to the program you are trying to run that would be helpful. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor