threefoldtecharchive / jumpscaleX_libs_extra

more community driven approach to libs for jumpscale
Apache License 2.0
1 stars 1 forks source link

Error while calling j.tools.reportlab2 #22

Closed john-kheir closed 4 years ago

john-kheir commented 4 years ago

branch

development

Error

JSX> j.tools.reportlab2                                                                            
Mon 16 10:25:13 /reportlab2/RLDoc.py -   1 - <module>                           : EXCEPTION: 
    ModuleNotFoundError("No module named 'reportlab'",)
--TRACEBACK------------------
<stdin> in <module>
    1    
/sandbox/lib/jumpscale/jumpscale_generated.py in reportlab2
    376    from JumpscaleLibsExtra.tools.reportlab2.ReportlabFactory import ReportlabFactory
/sandbox/lib/jumpscale/JumpscaleLibsExtra/tools/reportlab2/ReportlabFactory.py in <module>
    2    from .RLDoc import RLDoc
/sandbox/lib/jumpscale/JumpscaleLibsExtra/tools/reportlab2/RLDoc.py in <module>
    1    from reportlab.lib.pagesizes import A4
-----------------------------

No module named 'reportlab'
m-motawea commented 4 years ago

Fixed in commit https://github.com/threefoldtech/jumpscaleX_libs_extra/commit/96557139f81c276bea68b2eabf158ae69451321b branch unstable

hossnys commented 4 years ago

verified on branch unstable Screenshot from 2020-03-18 22-03-07

Screenshot from 2020-03-18 22-07-27

Dina-Abd-Elrahman commented 4 years ago

ff

ff

Dina-Abd-Elrahman commented 4 years ago