Questions tagged [pyreport]

pyreport is a program which executes a Python source file and captures its output. It then compiles it into a readable report stored in either a PDF or a HTML file.

Below are some relevant links regarding pyreport:

5 questions
1
vote
1 answer

How to use python with "pyreportjasper" to convert from "jrxml" (with database) to "pdf"?

I've a ".jrxml" file created by TIBCO Jaspersoft. I follow this link https://pypi.org/project/pyreportjasper/ to convert from ".jrxml" to ".pdf" by using Python . It seems work just fine when I was not using a database. I did "Compiling" and…
1
vote
1 answer

pyreport LaTeX formulae not working

I'm trying to create a HTML report using pyreport and it works up to the single point, that the LaTeX formulae are not generated. Here is the input file I use for testing: #$ This is \LaTeX : $c = 2\cdot(a+b)$ Than I run pyreport -l -t html…
theV0ID
  • 4,172
  • 9
  • 35
  • 56
0
votes
1 answer

Pyjasper shows error (NameError: Invalid resource directory!)

I'm trying to generate .jrxml by using python with pyreport library, but it shows error when I'm using .exe converted from .py using Pyinstaller. Pyinstaller version is 3.5, pyJasper version is 0.41, pyreportJasper version is 1.0.2 and Python…
0
votes
1 answer

pyreport and jasperpy, i have an error with running the code

I'm new to python, and i have found on github this project "https://github.com/jadsonbr/pyreport", i want to print invoices from a mysql server. I installed pyreport and jasperpy but when i try to run the code i get this error: Traceback (most…
admin.unu
  • 165
  • 1
  • 15
0
votes
0 answers

Unable to get a pdf file from executing pyreport

We have been asked to generate a report using pyreport, but anytime I run the command pyreport last.py in command prompt I get these feedback: Traceback (most recent call last): File "C:\Python27\Scripts\pyreport-script.py", line 9, in
Abdul
  • 49
  • 11