When you unzip reportlab there is a lot of junk in there. There is another subfolder called reportlab where the .py files are. That is the one you need. If you are using the binary distribution you have to put it in the zip file Libraries.zip (windows) or site-packages.zip (mac)
On Mar 18, 1:23 pm, carlo <[email protected]> wrote: > Are you sure about that? > I put the reportlab folder in myapp.modules but when I try to import a > submodule I get an error. > > carlo > > On 18 Mar, 19:05, mdipierro <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> > > > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

