> so when I run my script from the command line, the folder does seem > to be added to Python's importable modules search path. When I > attempt to import my_module I get the error: > > ImportError: No module named my_module
Do your module directories have an __init__.py file in them? - Jeff Younker - [EMAIL PROTECTED] - On Nov 25, 2007, at 9:00 PM, [EMAIL PROTECTED] wrote: _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
