ReportLab and barcodes

Arne Koewing ark at gmx.net
Wed Mar 12 12:44:42 EST 2003


Svenne Krap <usenet2002 at krap.dk> writes:

> <code>
> import reportlab.extensions.barcode.code128
> </code>
>
> barks the following error : 
>
> <error>
> Traceback (most recent call last):
>   File "<pyshell#2>", line 1, in ?
>     import reportlab.extensions.barcode.code128
> ImportError: No module named extensions.barcode.code128
> </error>
>
> What is wrong ?

did you install the reportlab extensions?
the barcode stuff is not part of the reportlab-package

get the extensions here:
http://www.reportlab.com/extensions.html

Arne




More information about the Python-list mailing list