You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pisa 3.0.33 is no longer supported as an independent package, and has been incorporated into xhtml2pdf. (See http://xhtml2pdf.com)
pisa 3.0.33 is dependent on reportlab >= 2.2 and the latest reportlab (as of Feb 2014) is 3.0. But pisa's version checking is broken and doesn't recognise reportlab 3.0 as greater than 2.2
We can make cartridge (and thus pisa) depend on reportlab 2.7, but this version will not work with Python 3.x, so it may be a good idea to update cartridge's PDF generation to depend on xhtml2pdf instead of pisa.
I've made the updates to use xhtml2pdf - just an import change really.
I've also made it so that if it's unusable (as per Python 3 right now), we just hide the pdf invoice button - once it becomes useable, that should just start working.
pisa 3.0.33 is no longer supported as an independent package, and has been incorporated into xhtml2pdf. (See http://xhtml2pdf.com)
pisa 3.0.33 is dependent on reportlab >= 2.2 and the latest reportlab (as of Feb 2014) is 3.0. But pisa's version checking is broken and doesn't recognise reportlab 3.0 as greater than 2.2
We can make cartridge (and thus pisa) depend on reportlab 2.7, but this version will not work with Python 3.x, so it may be a good idea to update cartridge's PDF generation to depend on xhtml2pdf instead of pisa.
See https://groups.google.com/forum/#!topic/mezzanine-users/d7FKjlUL9ew
and #174 for some discussion.
The text was updated successfully, but these errors were encountered: