On Tuesday, October 4, 2011 6:59:04 PM UTC-4, horridohobbyist wrote: > > The Windows version of web2py does NOT require Python to be installed > under Windows. Apparently, web2py relies on its internal Python. So > installing for my Python install is totally irrelevant. >
If you've got Python installed on your Windows machine, then you might as well run the web2py source version instead of the Windows binary. It's just as easy to install and run (just unzip, and run by double clicking web2py.py instead of web2py.exe, or enter 'python web2py.py' at a command line). Then you'll be able to take advantage of your own Python installation and any packages you have installed with it. > I simply do not have the time to deal with compiling C source. I've > looked at prebuilt Win32 binaries of encryption packages, but even > they present problems. That's why I'm looking for help here... > If you don't want to deal with C or Win32 binaries, then you'll have to find a pure Python library, which may be slower. I don't think there's anything web2py can do to speed up a pure Python library or make it easier to install a C-based library. Anthony