Re: [mezzanine-users] Error with Pisa? P3?

2014-02-27 Thread Tom Brander
Thanks so much!! now I know where to look.. BTW Shouldn't both reportlab and pillow be in the requirements txt file?? They were the only two I needed to download separately.. On Wednesday, February 26, 2014 5:42:18 PM UTC-6, Danny S wrote: The error is coming from sx/pisa3/__init__.py, line

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-27 Thread Tom Brander
Tried to used the fix suggested but still getting the same error (FWIW I never did get the message version 2.2 or higher needed),, so I'm suspecting pisa is a no go with Python 3 and that it is simply failing?? Posted question in the xhtml2pdf group, linked below:

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-27 Thread Danny
I'd say so, Stephen, at least until cartridge can be updated to use xhtml2pdf instead of pisa (which seems to be an abandoned project). At the moment, there's no dependency on reportlab in cartridge (only pisa), but because pisa doesn't have reportlab in its own dependency list, it couldn't hurt

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-27 Thread Danny
Tom's pointed out in a private email that he's working with Python 3, and reportlab 2.7 won't work on Python 3. I'm still using python 2.7, so using an older reportlab is fine for me. Should I still go ahead with the change to cartridge's setup.py (adding reportlab==2.7 as a dependency) or

[mezzanine-users] Error with Pisa? P3?

2014-02-26 Thread Tom Brander
Went to create a pdf invoice and got this error: I am using Python #.3 if that makes a diff?? Does not give me much to go on the view invoice is working fine... Traceback: File /home/tom/myvenv3/lib/python3.3/site-packages/django/core/handlers/base.py in get_response 107.

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-26 Thread Danny
On 27/02/2014 7:29 AM, Tom Brander wrote: Went to create a pdf invoice and got this error: I am using Python #.3 if that makes a diff?? Does not give me much to go on the view invoice is working fine... Can you do a pip list for us? Do you have pisa and reportlab both installed? What

Re: [mezzanine-users] Error with Pisa? P3?

2014-02-26 Thread Danny
The error is coming from sx/pisa3/__init__.py, line 43 which says: {{{ if not REPORTLAB22: raise ImportError, Reportlab Toolkit Version 2.2 or higher needed }}} Now, obviously you do have reportlab of a version higher than 2.2 but there was a bug mentioned on the cartridge issues a