Problem building PySQLite under Windows

Gerhard Häring gerhard at bigfoot.de
Mon May 27 20:24:04 EDT 2002


Neil Hodgson wrote in comp.lang.python:
> Andrew MacIntyre:
>> On Sun, 26 May 2002, Max wrote:
>> {...}
>>
>> > cl.exe /c /nologo /Ox /MD /W3
> /GX -Ic:\sqlite\include -Ic:\python22\include
>>
>> Yes, this is a C compiler - I believe that this is the command line
>> Microsoft compiler which is effectively a free download (in the
>> absence of SKS providing the info, you'll need to google for more info
>> because I can't give you any details).
> 
>    The non-optimizing current version of the Microsoft C/C++ compiler is
> available for free by downloading the .NET SDK (130 Megabytes) from
> http://download.microsoft.com/download/.netframesdk/SDK/1.0/W98NT42KMeXP/EN-
> US/setup.exe

I'd recommend to either use mingw32, which will work with the CVS
version of PySQLite, or the commandline Borland C++ compiler, which is
untested with PySQLite, but probably works, too.

Both are free and work with Python's distutils, provided that you read
the distutils docs.

In the next PySQLite release, we'll offer Windows installers, too.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list