]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
To find the curses extension as a DLL (on OS/2), we need to adjust the
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 2 Dec 2003 12:27:25 +0000 (12:27 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 2 Dec 2003 12:27:25 +0000 (12:27 +0000)
commit2e8a6e0ec6729ffb490130eff6bb33ea9375c75c
tree664fc6b4725b35d5b81332f951872770d21f147c
parentc2138af4137160b42733d698b72ed63dc2c2a0b1
To find the curses extension as a DLL (on OS/2), we need to adjust the
library search path to include the extension directory.  Without this,
the curses_panel extension can't find the curses extension/DLL, which
exports some curses symbols to it.
Lib/site.py