From: Harry H. G. <hg...@in...> - 2000-04-22 06:21:12
|
There is a new procedure for compiling the CVS version of PyNcurses. First, you must install the Python Distutils available from one of the following addresses: http://www.python.org/sigs/distutils-sig/download/Distutils-0.8.1.tar.gz ftp://pyncurses.sourceforge.net/pub/pyncurses/Distutils-0.8.1.tar.gz These are easy to install, untar them and change to the Distutils-0.8.1 directory, then run the following commands: =2E/setup build su =2E/setup install To install PyNcurses run the following commands =2E/make_c # generates C from SWIG =2E/setup build su =2E/setup install --=20 Harry Henry Gebel, Senior Developer, Landon House SBS West Dover Hundred, Delaware PyNcurses: python binding for ncurses http://pyncurses.sourceforge.net |