ArrC, the proper way is to start the database using xampp (using
control panel, or script) then use web2py. Actually web2py will come
up even when the database it not up, but to actually interact with it
the db needs to be up.
So if yo get something like, "failed to ... after 5 tries", just start
the db via xampp. db is accessed by network location that is host and
port, if those are correct you are good to go.
On Jul 23, 4:03 am, ArrC <
justmailnav...@gmail.com> wrote:
> I somehow manged to install to install Postgres into Xampp directory ( by
> following a tutorial i found on web ) to use it under xampp environment
> which is working perfectly fine.
> But now i think that python dosnt know where is Postgres located on my
> machine.
>
> I have instlled Psycopg2 usinghttp://
www.stickpeople.com/projects/python/win-psycopg/ and MinGW GCC.