[web2py:11823] Install web2py to RH4 Linux problem

2008-11-14 Thread BobS
After installing python2.5.2 and web2py, when I start it up using this command: python25 web2py.py I am getting a No sqlite3 or dbapi2 driver and consequently, it will not open up the admin screen and shows the Start of Sqlite db as an error. I didn't have this problem when installing on WinXP.

[web2py:11836] Re: Install web2py to RH4 Linux problem

2008-11-14 Thread BobS
have installed was compiled without sqlite support.  If you compiled this yourself, then you'll have to also compile/install the dev package of sqlite before recompiling python.  If you're installing from an RPM, then look for a Python-sqlite module. -tim BobS wrote:After installing

[web2py:10797] Re: web2py and Internet Information Server?

2008-10-29 Thread BobS
of the box 2) use this:http://code.google.com/p/isapi-wsgi/This is the preferred solution. 3) use fastcgi Massimo On Oct 29, 2:24 pm, BobS [EMAIL PROTECTED] wrote: Has anyone been able to get web2py to work with IIS?  I may be forced to run my web app written with web2py on a windows server

[web2py:10809] Re: web2py and Internet Information Server?

2008-10-29 Thread BobS
the following python error: File isapi_wsgi.py, line 31, from isapi import isapicon,ExtensionError ImportError: No module named isapi Is there an isapi module that is no longer in python2.5.1? or did something not install correctly? On Oct 29, 5:05 pm, BobS [EMAIL PROTECTED] wrote: Believe