from reportlab.pdfgen import canvas gives module not found error

24 Views Asked by At

when trying to use from reportlab.pdfgen import canvas it gives the module not found error while if i import reportlab it does not give any errors.

I tried reinstalling reportlab. installing reportlab with pip3 also did not work.

0

There are 0 best solutions below