Problem building PySQLite under Windows

Max nospam at nospam.nospam
Sun May 26 15:05:33 EDT 2002


Hi everybody.
I'm playing with PySQLite, but i can't build or install it.
I use Python 2.2.1 on win32 (Windows XP Pro), and PySQLite 0.1.2.
The error i receive is the following (i have no "cl.exe" anywhere in my HD.
Is this a "c" compiler, i suppose...?)

C:\cancella\pysqlite-0.1.2>python setup.py build
running build
running build_py
creating build
creating build\lib.win32-2.2
copying pysqlite_exceptions.py -> build\lib.win32-2.2
creating build\lib.win32-2.2\sqlite
copying sqlite\__init__.py -> build\lib.win32-2.2\sqlite
copying sqlite\main.py -> build\lib.win32-2.2\sqlite
creating build\lib.win32-2.2\sqlite\constants
copying sqlite\constants\__init__.py -> build\lib.win32-2.2\sqlite\constants
copying sqlite\constants\FIELD_TYPE.py ->
build\lib.win32-2.2\sqlite\constants
running build_ext
building '_sqlite' extension
creating build\temp.win32-2.2
creating build\temp.win32-2.2\Release
cl.exe /c /nologo /Ox /MD /W3 /GX -Ic:\sqlite\include -Ic:\python22\include
/Tc_
sqlite.c /Fobuild\temp.win32-2.2\Release\_sqlite.obj
error: command 'cl.exe' failed: No such file or directory

C:\cancella\pysqlite-0.1.2>

Thanks for any help...
Max





More information about the Python-list mailing list