> "muhamed niyas" <[EMAIL PROTECTED]> wrote
> 
>> Also i set 'C:\Program Files\OpenOffice.org 2.0\program' in PATH 
>> evvironment
>> variable.
> 
> Close but not quite.
> You need to set the module folder in your PYTHONPATH environment
> variable.
> 
> PATH is where the python interpreter lives
> PYTHONPATH is where your modules live

For a less intrusive approach you can
import sys
sys.path.append("path of containing folder here")
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to