Error al ingresar a la pestaña "Expedientes"
goncho123 opened this issue · comments
Error ticket for "OpenLex"
Ticket ID
127.0.0.1.2022-05-10.17-18-21.99a2f4ca-6e3d-40c4-9c93-9dbeada7faf4
<class 'ModuleNotFoundError'> No module named 'applications.OpenLex.modules.xhtml2pdf'
Versión
web2py™ | Version 2.22.3-stable+timestamp.2022.02.15.07.07.56 |
---|---|
Python 3.8.10: /usr/bin/python3 (prefix: /usr) |
Error snapshot
ModuleNotFoundError(No module named 'applications.OpenLex.modules.xhtml2pdf')
127.0.0.1.2022-05-10.17-18-21.99a2f4ca-6e3d-40c4-9c93-9dbeada7faf4
<class 'ModuleNotFoundError'> No module named 'applications.OpenLex.modules.xhtml2pdf'
Versión
web2py™ Version 2.22.3-stable+timestamp.2022.02.15.07.07.56
Python Python 3.8.10: /usr/bin/python3 (prefix: /usr)
Rastreo
Traceback (most recent call last):
File "/home/gonzalo/web2py/gluon/restricted.py", line 219, in restricted
exec(ccode, environment)
File "/home/gonzalo/web2py/applications/OpenLex/controllers/expedientes.py", line 9, in
from xhtml2pdf import pisa
File "/home/gonzalo/web2py/gluon/custom_import.py", line 85, in custom_importer
return base_importer(pname, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'applications.OpenLex.modules.xhtml2pdf'
Error snapshot help
ModuleNotFoundError(No module named 'applications.OpenLex.modules.xhtml2pdf')
Este problema se resuelve instalando xhtml2pdf versión 0.2.6 o superior.
En el archivo requirements.txt figura xhtml2pdf==0.2.5 pero con esta versión también muestra ese error.