From: Dan S. <de...@gm...> - 2006-06-07 21:42:53
|
Hi David: If you're trying to do all of this with the freely available MS VC++ compilers, I wish you the best of luck. If I recall correctly from my own attempts to accomplish this around December 2005, the problem is that the core Python team decided that they weren't interested in making Python itself compilable with either the free MS VC++ command-line-only compiler or the free version of MS Visual Studio (2005?)... which trickles down to making it really damned hard to compile PyDB2 itself. If you can compile core Python with your setup, then you're probably well on your way (and certainly further ahead than I was!). Dan On 06/06/06, David Katcoff <ka...@us...> wrote: > After reading some forum entries I finally think I'm on the right track. I > simple type in "python setup.py build". After editing _db2_module.c to > change (void *) to (char*) I get the message: error: "The .NET Framework > SDK has to be installed before building extensions for Python". > I then installed the Framwork, but now it's telling me that I need to use > V7.1 of the compiler, so I downloaded an SDK from 2003 which has a VC7 > subdir, but it's complaining about not having V7.1 installed. > > -Dave Katcoff 802-766-4162 > > > > > > _______________________________________________ > PyDB2-discuss mailing list > PyD...@li... > https://lists.sourceforge.net/lists/listinfo/pydb2-discuss > |