As long as the fonts directory is kept separately under /src, the rest of ReporLab can be packaged into a zip and used through ZipImport.
HTH. On Jul 31, 7:33 am, Arun Shanker Prasad <[email protected]> wrote: > Hi, > > As mentioned above you need to put the Report lab module in the root > of your application, just under the folder src. > > Also most of the issue mentioned in that issue tracker deals with the > issue of using ReportLab with ZipImport, please note that issue is > still not resolved. The best option right now is to use ReportLab > without zipping it. > > Thanks, > Arun Shanker Prasad > > On Jul 27, 4:32 am, Tim Hoffman <[email protected]> wrote: > > > > > Hi > > > For starters if your a newbie please use python2.5, that is what is > > supported by the production environment. > > Secondly reportlab will need to be in your project not in your python > > install (not sure if you have done this or not). > > > I would get those 2 things sorted before you go any further. > > > Rgds > > > T > > > On Jul 27, 5:26 am, xerife <[email protected]> wrote: > > > > I´m a newbie, started using App engine about a mounth and am > > > developing a project. > > > This project makes use of a library reportlab > > > I´ve googled a lot and I am desperate because I can not import the > > > module successfully. > > > Settings: > > > Python 2.7 > > > Helios Eclipse > > > Appengine SDK version 1.3.5 > > > Windows 7 x64 > > > > Errors: > > > Traceback (most recent call last): > > > File "C: \ Users \ HP \ Documents \ Teaching cv \ src \ > > > principal.py", line 4, in <module> > > > import canvas from reportlab.pdfgen > > > ImportError: No module named reportlab.pdfgen > > > > Question: > > > Where to put ReportLab? > > > within the Python lib / site-packages? or within the application? > > > You need to edit any file? If yes, what and how? > > > > Note: I've seen this > > > trackerhttp://code.google.com/p/googleappengine/issues/detail?id=1085. > > > > Please help, i´m stucked with this -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
