Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #2189
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'think,': 0.05; '3.2': 0.07; 'installed.': 0.07; 'repository': 0.07; 'terry': 0.07; 'python': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'setup.py': 0.09; 'pm,': 0.11; 'wrote:': 0.14; 'build?': 0.16; 'reedy': 0.16; 'subject:Python3': 0.16; 'subject:difficulty': 0.16; '(which': 0.21; 'jan': 0.22; 'header:In-Reply-To:1': 0.22; 'problem?': 0.23; 'work.': 0.27; 'looks': 0.28; 'thanks.': 0.28; 'installed': 0.29; 'does': 0.31; 'to:addr:python-list': 0.32; 'header:X-Complaints- To:1': 0.34; 'starting': 0.34; 'causing': 0.35; 'header:User- Agent:1': 0.35; 'choices': 0.35; 'module.': 0.35; 'should': 0.37; 'install': 0.38; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'header:Mime-Version:1': 0.39; 'would': 0.40; 'header:Received:5': 0.40; 'believe': 0.66; 'package?': 0.84; 'should,': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Terry Reedy <tjreedy@udel.edu> |
| Subject | Re: Python3 Tkinter difficulty |
| Date | Tue, 29 Mar 2011 15:42:12 -0400 |
| References | <yWfkp.6$8U5.3@newsfe20.iad> <ims71e$o5q$01$1@news.t-online.com> <o%okp.164$tC3.101@newsfe01.iad> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | rain.gmane.org |
| User-Agent | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 |
| In-Reply-To | <o%okp.164$tC3.101@newsfe01.iad> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1379.1301427745.1189.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1301427745 news.xs4all.nl 41113 [::ffff:82.94.164.166]:52304 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:2189 |
Show key headers only | View raw
On 3/29/2011 1:52 PM, harrismh777 wrote: > Thanks. You're right... I don't have tk-dev installed. duh. And I have > choices to make... it looks like setup.py is looking for 8.4 headers; I 3.2 (which you should definitely be starting with) should, I think, be looking for 8.5, which I believe is years old now and required, I also believe, for the tkinter.ttk module. > have TclTk 8.5x installed. From the standard repository it looks like I > can download and install tk-dev (dependency package) and|or tk-dev 8.3, > or 8.4, or 8.5... and I am not sure which of these is what is needed > without causing other problems. Can 8.4 and 8.5 be installed together > without problem? Does it really matter which of these I use for the > purpose of python build? If I have TclTk 8.5 installed should I only > download the 8.5 tk-dev package? I would start with that and then make that work. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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