Build Requirements ------------------ * `Python >= 2.5 `_ * `Numpy >= 1.4 `_ * `Cython >= 0.13 `_ Known build errors ------------------ If Cython compilation fails with the error ``cpython.pycapsule.pxd not found`` (for Cython 0.14), try to `install Cython 0.15 `_ instead. On Windows, the error ``Error:unable to find vcvarsall.bat`` means that distutils is not correctly configured to use the C compiler. Edit (create if not existing) the configuration file ``distutils.cfg`` (located for example at ``C:\Python26\Lib\distutils\distutils.cfg``) to be:: [build] compiler=mingw32 Usage Requirements ------------------ * `Scipy `_ Optional Requirements --------------------- You can use this scikit with the basic requirements listed above, but some functionality is only available with the following installed: `PyQt4 `_ The `qt` plugin that provides `imshow` and `scivi`. `PyGTK `_ The `gtk` plugin that provides `imshow`.