pyreportjasper
pyreportjasper copied to clipboard
Error in Jpype
Hi, I'm having trouble to compile a JSON based report after getting an .exe of my application with cx_Freeze. When I use it with python command there is no problem. The error I get is:
Traceback (most recent call last):
File "C:\Users\Andy\AppData\Local\Programs\Python\Python39\Lib\site-packages\cx_Freeze\initscripts_startup_.py", line 120, in run
module_init.run(name + "main")
File "C:\Users\Andy\AppData\Local\Programs\Python\Python39\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 16, in run
exec(code, module_main.dict)
File "aprobar_factura.py", line 25, in
I got it with JPype 1.3 and 1.4 Thanks!