> In modules folder create an empty file named __init__.py > In convert.py do: > from modules import processing.py
from modules import processing don't include the .py Also the modules folder still needs to be in sys.path Alan G _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
