Perseo wrote:

> I can't upload in the PYTHONPATH but in a normal folder of our site.
> Exist another way to do it?

PYTHONPATH is an environment variable. You can set it to arbitrary paths,
and python will look for module there, too. Or you modify sys.path before
you try the import.

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to