If it's PDFability you want, Reportlabs, and other libs that build on 
top of it, are the only serious options for Python.  PyPDF can reorder, 
crop, delete, etc. pages, but it cannot generate a page.

According to Massimo, you should only need the binaries if you're 
including images in your reports.  I use Pisa and I do include images.  
But I have Pisa/Reportslabs installed as a normal Python module, not as 
wrapped in a single web2py app.

-tim

mdipierro wrote:
> If you just unzip reportlab under web2py/ and rezip web2py it works.
>
> reportlab does not need to be installed and only needs the binaries
> for image manipulation.
>
> Massimo
>
>
> On Mar 18, 1:02 pm, carlo <syseng...@gmail.com> wrote:
>   
>> thank you Tim.
>>
>> Would you suggest any other package to get pdf printing more easily
>> integrated with a web2py app (Pisa??) ? I would like to ship my app
>> with every necessary module without counting on Python system..
>>
>> carlo
>>
>> On 18 Mar, 18:42, Timothy Farrell <tfarr...@swgen.com> wrote:
>>
>>     
>>> Do you need to bundle reportlab with an app?
>>>       
>>> Reportlab requires some binary libaries that are not conducive Python's
>>> true cross-platformness.  I would say the better way is to just say,
>>> "This app requires Reportlabs 2.x"
>>>       
>>> -tim
>>>       
>>> carlo wrote:
>>>       
>>>> Anyone succedeed to get ReportLab modules installed under
>>>> applications.myapp.modules (Windows)?
>>>>         
>>>> carlo
>>>>         
>>> --
>>> Timothy Farrell <tfarr...@swgen.com>
>>> Computer Guy
>>> Statewide General Insurance Agency (www.swgen.com)
>>>       
> >
>   

-- 
Timothy Farrell <tfarr...@swgen.com>
Computer Guy
Statewide General Insurance Agency (www.swgen.com)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to