From: Yuval T. <yu...@su...> - 2006-06-24 09:55:40
|
=D7=A6=D7=99=D7=98=D7=95=D7=98 David Katcoff: > Well, I bought VS2003, installed it, then ran "python setup.py build" a= nd > it went - only one warning (_db2_modile.c(2087) : warning C4018: '<' : > signed/unsigned mismatch) - which I assume is innocuous (I hope). > Now, I need to figure out how to use it, but I have not been able to lo= cate > any docs. I click docs/viw documantation in sourceforge.net and get > nothing. Can anyone guide me to get user doc info? Thx. > =20 The API is (mostly) compliant with python's PEP 249 -- *Python* Database=20 *API* Specification v2.0. <http://www.python.org/dev/peps/pep-0249/> Use it as a reference, and if you need any help, mail the list. :-) Thanks Yuval. |