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

Barry Warsaw barry@python.org
12 Jun 2003 17:30:30 -0400


On Thu, 2003-06-12 at 17:21, Jeff Epler wrote:
> 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.

Yep, I've expanded my config options from --with-pydebug to include
--enable-unicode=ucs4

-Barry