Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#51833 - [sk1] Missing dependency python2-reportlab

Attached to Project: Community Packages
Opened by Benedict Etzel (BehEh) - Monday, 14 November 2016, 21:12 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 16 November 2016, 13:25 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
A fresh install of sk1 does not start due to "ImportError: No module named reportlab.pdfgen.canvas". This can be fixed by installing python2-reportlab (tested with 3.3.0-1).

Additional info:
* Version: 2.0rc2-1

Steps to reproduce:
* Install sk1 2.0rc2-1
* Attempt to start sk1
* Observe the following error:

Traceback (most recent call last):
File "/usr/bin/sk1", line 20, in <module>
sk1_run()
File "/usr/lib/sk1-wx-2.0rc2/sk1/__init__.py", line 54, in sk1_run
from sk1.application import pdApplication
File "/usr/lib/sk1-wx-2.0rc2/sk1/application.py", line 26, in <module>
from uc2.application import UCApplication
File "/usr/lib/sk1-wx-2.0rc2/uc2/application.py", line 71, in <module>
from uc2.formats import get_loader, get_saver
File "/usr/lib/sk1-wx-2.0rc2/uc2/formats/__init__.py", line 25, in <module>
from uc2.formats import data
File "/usr/lib/sk1-wx-2.0rc2/uc2/formats/data.py", line 46, in <module>
from uc2.formats.pdf import check_pdf, pdf_saver
File "/usr/lib/sk1-wx-2.0rc2/uc2/formats/pdf/__init__.py", line 24, in <module>
from uc2.formats.pdf.pdf_filters import PDF_Saver
File "/usr/lib/sk1-wx-2.0rc2/uc2/formats/pdf/pdf_filters.py", line 22, in <module>
import pdfgen
File "/usr/lib/sk1-wx-2.0rc2/uc2/formats/pdf/pdfgen.py", line 24, in <module>
from reportlab.pdfgen.canvas import Canvas, FILL_EVEN_ODD, FILL_NON_ZERO
ImportError: No module named reportlab.pdfgen.canvas
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 16 November 2016, 13:25 GMT
Reason for closing:  Fixed

Loading...