> 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  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to