Cython Installation on Windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Srijit Kumar Bhadra

    Cython Installation on Windows

    Cython Installation on Windows documentation (http://wiki.cython.org/
    InstallingOnWin dows) needs a minor but important change.

    Under section "MinGW Compiler" [build] compiler = mingw32 should be
    replaced by the following lines (i.e. disutils.cfg should have the
    following lines)

    [build]
    compiler=mingw3 2

    /Srijit
  • Stefan Behnel

    #2
    Re: Cython Installation on Windows

    Srijit Kumar Bhadra wrote:
    Cython Installation on Windows documentation (http://wiki.cython.org/
    InstallingOnWin dows) needs a minor but important change.
    >
    Under section "MinGW Compiler" [build] compiler = mingw32 should be
    replaced by the following lines (i.e. disutils.cfg should have the
    following lines)
    >
    [build]
    compiler=mingw3 2
    Not quite the perfect place to report this (the Cython mailing list would
    have been just right), but thanks anyway.

    Stefan

    Comment

    Working...