Create a Multilanguage PDF in Python

Diez B. Roggisch deets at nospam.web.de
Mon Aug 21 12:30:24 EDT 2006


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



More information about the Python-list mailing list