[web2py] Re: web shell says admin disabled because unable to access password file

2011-04-03 Thread CVstash dot com
Thanks Christian. I'm not really pulling PIL to use it directly, just a way to make pyfpdf to work. If PIL won't work in GAE, then probably I shouldn't bother with the pyfpdf approach at all. On Apr 4, 5:44 am, howesc wrote: > Arbie, > > Is PIL pure python?  i'm not sure you can use it with GAE a

[web2py] Re: web shell says admin disabled because unable to access password file

2011-04-03 Thread howesc
Arbie, Is PIL pure python? i'm not sure you can use it with GAE as it is C based (i think), though GAE does provide it's own image manipulation library. for pure python packages you don't need the web shell to install them, just copy their python files to web2py/site-packages and restart GAE.

[web2py] Re: web shell says admin disabled because unable to access password file

2011-04-02 Thread CVstash dot com
PS - the whole effort was in order to be able to generate pdf files from database entities under GAE. I tried https://github.com/lucasdavila/plugin-appreport/wiki/Docs-and-examples but it has to write off the filesystem so I went with pyfpdf instead. Regards, Arbie On Apr 3, 11:38 am, CVstash do