Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #2208

Re: Python3 Tkinter difficulty

From harrismh777 <harrismh777@charter.net>
Newsgroups comp.lang.python
Subject Re: Python3 Tkinter difficulty
References <yWfkp.6$8U5.3@newsfe20.iad> <ims71e$o5q$01$1@news.t-online.com> <o%okp.164$tC3.101@newsfe01.iad> <mailman.1379.1301427745.1189.python-list@python.org>
Message-ID <QPwkp.573$0s5.91@newsfe17.iad> (permalink)
Date 2011-03-29 21:46 -0500

Show all headers | View raw


Terry Reedy wrote:
> [python] 3.2 (which you should definitely be starting with) should, I think, be
> looking for [dev-tk] 8.5, which I believe is years old now and required, I also
> believe, for the tkinter.ttk module.

Thanks everyone for your patience, and certainly for your help. I pulled 
down tk-dev 8.5 from the repository (I did not modify anything in the 
config setup.py manually), then this:

./configure --prefix=$HOME/local/python3
make
make install

This time the build process picked up the TclTk headers just fine and 
built the _tkinter module. IDLE is back on-line!--- yessssss.

Thanks again folks,
kind regards,

m harris

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar


Thread

Re: Python3 Tkinter difficulty harrismh777 <harrismh777@charter.net> - 2011-03-29 12:52 -0500
  Re: Python3 Tkinter difficulty Terry Reedy <tjreedy@udel.edu> - 2011-03-29 15:42 -0400
    Re: Python3 Tkinter difficulty harrismh777 <harrismh777@charter.net> - 2011-03-29 21:46 -0500

csiph-web