Skip to content

shive/python_curses_for_windows

Repository files navigation

_curses module for Python3.x(win64)

requirements

  • SCons-2.3.x (Python2.7, for build SConstruct)
  • Python3.4.x (for running life.py)
  • VisualStudio 2010 or later (for compile)
  • Cygwin (for make, curl, patch)

how to build

  • make .. build _curses.pyd (for Python3.4 / win64)
  • make life .. run the life game using Python-Curses

life game

notes

  • PDCursesのWIN実装はsetuptermが必ず失敗するのでコメントアウトしてあります。(modify.patch)
  • SConstructのTARGET_ARCH=を消せばx86でも動作するかも(未確認)

externals

About

_curses.pyd for Python3(win64) (using pdcurses)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published