diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-06-14 05:29:27 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-06-14 05:29:27 (GMT) |
commit | 3efa04a7e828b280d393fdb5435638540422774a (patch) | |
tree | afbe78d720117d497c030780cb360e1b17a50ee5 /README | |
parent | b3a0a666f26546ca0b39e61b2dc6e2f9c7d2926e (diff) | |
download | cpython-3efa04a7e828b280d393fdb5435638540422774a.zip cpython-3efa04a7e828b280d393fdb5435638540422774a.tar.gz cpython-3efa04a7e828b280d393fdb5435638540422774a.tar.bz2 |
Patch #753845: Update README for Redhat 9 Tkinter compile with USC-4.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -318,8 +318,12 @@ Linux: A problem with threads and fork() was tracked down to a bug in module now needs the -lcrypt option. The setup.py script takes care of this automatically. -Red Hat Linux: There's an executable /usr/bin/python which is Python - 1.5.2 on most Red Hat installations; several key Red Hat tools +Red Hat Linux: Red Hat 9 built Python2.2 in UCS-4 mode and hacked + Tcl to support it. To compile Python2.3 with Tkinter, you will + need to pass --enable-unicode=ucs4 flag to ./configure. + + There's an executable /usr/bin/python which is Python + 1.5.2 on most older Red Hat installations; several key Red Hat tools require this version. Python 2.1.x may be installed as /usr/bin/python2. The Makefile installs Python as /usr/local/bin/python, which may or may not take precedence |