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 using http://www.stickpeople.com/projects/python/win-psycopg/ and MinGW GCC. Will web2py will work with this kind of postgres installation or i have to install it the normal way i.e outside of xampp directory? Thanks.

