Like I said, I'm new to python and web2py. I'm just starting to get into it with the official web2py book.
My preliminary search reveals that I may have to build the python-pyme stuff. I'm using web2py under Windows 7. I'm not sure how to proceed. (Things like SWIG puzzle me.) Is there a quick way to do all this? Thanks. Regards, Richard On Oct 2, 1:58 pm, szimszon <szims...@gmail.com> wrote: > You don't have to import anything it's done automatically by the framework. > But you need to install python-pyme. (If I remember well the package > python-pyme depends on libgpgme11). So install python-pyme and spicify > sign_passphrase and other. And have a gnupg settings for web2py user. That > is you should be able to sign and encrypt message (like text file) with the > user running web2py.