|
From: René B. <rba...@mu...> - 2017-02-13 20:03:56
|
Guten Abend,
File "t_staff.py", line 313, in <module>
test6()
File "t_staff.py", line 271, in test6
page.writePDFfile("g6_staff")
File "/home/rbm/Python/PyX-0.14.1/pyx/canvas.py", line 50, in
wrappedindocument return method(d, file, **write_kwargs)
File "/home/rbm/Python/PyX-0.14.1/pyx/document.py", line 193, in
writePDFfile pdfwriter.PDFwriter(self, f, **kwargs)
File "/home/rbm/Python/PyX-0.14.1/pyx/pdfwriter.py", line 316, in
__init__ catalog = PDFcatalog(document, self, registry)
File "/home/rbm/Python/PyX-0.14.1/pyx/pdfwriter.py", line 143, in
__init__ self.PDFpages = PDFpages(document, writer, registry)
File "/home/rbm/Python/PyX-0.14.1/pyx/pdfwriter.py", line 202, in
__init__ page = PDFpage(page, pageno, self, writer, registry)
File "/home/rbm/Python/PyX-0.14.1/pyx/pdfwriter.py", line 236, in
__init__ self.PDFcontent = PDFcontent(page, writer, self.pageregistry)
File "/home/rbm/Python/PyX-0.14.1/pyx/pdfwriter.py", line 268, in
__init__ page.processPDF(contentfile, awriter, acontext, registry,
self.bbox) File "/home/rbm/Python/PyX-0.14.1/pyx/document.py", line
135, in processPDF self._process("processPDF", *args)
File "/home/rbm/Python/PyX-0.14.1/pyx/document.py", line 129, in
_process getattr(cc, processMethod)(contentfile, writer, context,
registry, bbox) File "/home/rbm/Python/PyX-0.14.1/pyx/canvas.py",
line 238, in processPDF item.processPDF(file, writer, context,
registry, nbbox) File "/home/rbm/Python/PyX-0.14.1/pyx/canvas.py",
line 238, in processPDF item.processPDF(file, writer, context,
registry, nbbox) File "/home/rbm/Python/PyX-0.14.1/pyx/deco.py", line
238, in processPDF fillpath.outputPDF(file, writer)
AttributeError: 'canvas' object has no attribute 'outputPDF'
was habe ich falsch gemacht?
mit meinen besten Grüssen,
rené
--
René Bastian
www.pythoneon.org
|