python2.41 distutil setup.py

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mahongquan

    python2.41 distutil setup.py

    when i install pysqlite in python2.41,it show error below,and i install
    other package error also ocur,
    ,but when i copy the cmdline ,it can run without error,who can help me:
    '''''
    running install
    running build
    running build_py
    running build_ext
    building '_sqlite' extension
    C:\PROGRA~1\MIC ROS~2\VC98\BIN\ cl.exe /c /nologo /Ox /MD /W3 /GX
    /DNDEBUG -I..\sq
    lite -If:\python24\in clude -If:\python24\PC /Tc_sqlite.c
    /Fobuild\temp.wi n32-2.4
    \Release\_sqlit e.obj
    _sqlite.c
    f:\python24\inc lude\pyconfig.h (30) : fatal error C1083: Cannot open include
    file
    : 'io.h': No such file or directory
    error: command 'C:\PROGRA~1\MI CROS~2\VC98\BIN \cl.exe' failed with exit
    status 2


Working...