Create a Multilanguage PDF in Python

Rob Wolfe blue99 at interia.pl
Mon Aug 21 02:59:35 EDT 2006


Perseo wrote:
> Hi again,
>
> WORKS!!! I download all I need as python + reportlab. Only 2 questions:
>
> 1. I need all of this package? because it is 6Mb!

I'm afraid you need all of it.
BTW My reportlab package is only 3MB... hmm strange.

> 2. How can I connect my software with MySql. In my Hosting is present
> the  Python support but I don't thing that the MySQLdb is present. How
> can I solve this little problem?

You can install MySQLdb wherever you want. You need only to make
sure the module is in your PYTHONPATH.

HTH,
Rob




More information about the Python-list mailing list