Package: python-reportlab Version: 2.0dfsg-1 Severity: normal This is fixed in the setup.py on the reportlab subversion repository: http://www.reportlab.co.uk/svn/public/reportlab/trunk/reportlab/setup.py
The source for the reportlab barcode module is delivered in the official reportlab 2.0 tarball but is not installed by the "setup.py" in the reportlab 2.0 tarball. Here's a hand-edited patch for reportlab/setup.py. I've removed other lines from the diff because some files have been added to the reportlab subversion repository and the svn setup.py, but those files are not in the current reportlab 2.0 tarball. I think this patch will cause the reportlab.graphics.barcode module to be installed from the python-reportlab (2.0) Debian Package: $ LC_ALL=C TZ=UTC0 diff -Naur python-reportlab-2.0dfsg/reportlab/setup.py subversion/reportlab/setup.py --- python-reportlab-2.0dfsg/reportlab/setup.py 2006-07-03 15:21:38.000000000 +0000 +++ subversion/reportlab/setup.py 2006-09-11 16:21:51.000000000 +0000 @@ -234,6 +238,7 @@ 'reportlab.graphics.charts', 'reportlab.graphics.samples', 'reportlab.graphics.widgets', + 'reportlab.graphics.barcode', 'reportlab.graphics', 'reportlab.lib', 'reportlab.pdfbase', $ Prior to ReportLab 2.0, the reportlab barcode module was available as an extension (reportlab.extensions.barcode) from reportlab.org, but was not included in the distribution tarball. Thanks, Rob -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.15-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages python-reportlab depends on: ii python 2.4.3-11 An interactive high-level object-o ii python-central 0.5.5 register and build utility for Pyt ii python-xml 0.8.4-5 XML tools for Python Versions of packages python-reportlab recommends: ii python-imaging 1.1.5-11 Python Imaging Library -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]