Python Module Install Problem

Jim Gifford giffordj at linkline.com
Wed Jun 19 20:02:12 EDT 2002


I have been trying to get syslogmodule to install. I have followed all the
directions and it still does not install. Here is how I have been compiling
Python and installing the modules.

Compile of Python

./configure --quiet --prefix=/usr --with-ncurses --enable-shared
edit /usr/src/Python*/Modules/Setup
                   uncomment *shared*
                   uncomment _curses
                   uncomment timing
                   uncomment syslog
                   uncomment linuxaudiodev
                   uncomment readline
                   uncomment gdbm
                   uncomment md5
                   change /usr/local to /usr
edit /usr/src/Python*/setup.py
                    change /usr/local to /usr
make
make install
python setup.py install

Thank you in advance for you help.





More information about the Python-list mailing list