Pythonista and reportlab
-
Hello Guys,
I have a question, is reportlab supported by Pythonista ?
onpip install reportlab
i get an error see my image.but you will see that the error is not from reportlab but from
Pillow
Is it possible to fix this or install it Manually but how ?...
Thanks for your help!
-
reportlab
v3.1.8 is already built into Pythonista. You do not need to install it and you cannot upgrade it.>>> import reportlab >>> reportlab.Version # '3.1.8'
https://pypi.org/project/reportlab is v3.5.59 but there is no way to modify the current Pythonista to use that version.
-
ups.. sorry for that mistake....
i did not try it :(Thanks for your reply @ccc