File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -318,8 +318,12 @@ Linux: A problem with threads and fork() was tracked down to a bug in
318
318
module now needs the -lcrypt option. The setup.py script
319
319
takes care of this automatically.
320
320
321
- Red Hat Linux: There's an executable /usr/bin/python which is Python
322
- 1.5.2 on most Red Hat installations; several key Red Hat tools
321
+ Red Hat Linux: Red Hat 9 built Python2.2 in UCS-4 mode and hacked
322
+ Tcl to support it. To compile Python2.3 with Tkinter, you will
323
+ need to pass --enable-unicode=ucs4 flag to ./configure.
324
+
325
+ There's an executable /usr/bin/python which is Python
326
+ 1.5.2 on most older Red Hat installations; several key Red Hat tools
323
327
require this version. Python 2.1.x may be installed as
324
328
/usr/bin/python2. The Makefile installs Python as
325
329
/usr/local/bin/python, which may or may not take precedence
You can’t perform that action at this time.
0 commit comments