[Python-Dev] Can't compile _tkinter.c with Redhat 9 (post-SF#719880)

Jeff Epler jepler@unpythonic.net
Thu, 12 Jun 2003 16:21:03 -0500


On Thu, Jun 12, 2003 at 11:12:57PM +0200, Gerrit Holl wrote:
> Tkinter now works, but array, locale, cPickle, etc. are not present.

You'll probably need to remove the shared modules that were built with
the different UCS setting, then "make" again.

Jeff