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


Groups > comp.lang.python > #73675

Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk

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.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; '(at': 0.04; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'wrote': 0.14; 'windows': 0.15; 'insights': 0.16; 'modules.': 0.16; 'program"': 0.16; 'python),': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'students)': 0.16; 'tk.': 0.16; 'extensions': 0.16; 'app': 0.19; 'later': 0.20; 'installation': 0.23; 'load': 0.23; 'recognize': 0.24; 'environment': 0.24; 'subject:/': 0.26; 'supported': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; "doesn't": 0.30; 'said,': 0.30; 'python.org': 0.32; 'ago': 0.33; 'mac': 0.33; 'core': 0.34; 'maybe': 0.34; 'but': 0.35; 'there': 0.35; 'idle': 0.36; 'interface,': 0.36; 'next': 0.36; 'thanks': 0.36; 'should': 0.36; 'project': 0.37; 'to:addr:python-list': 0.38; 'fact': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'days': 0.60; 'applicable': 0.60; 'received:62': 0.63; 'such': 0.63; 'more': 0.64; 'due': 0.66; 'yes': 0.68; 'special': 0.74; 'everything,': 0.84; 'outcome': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From "Peter Tomcsanyi" <tomcsanyi@slovanet.sk>
Subject Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk
Date Fri, 27 Jun 2014 23:52:45 +0200
References <mailman.11225.1403635811.18130.python-list@python.org> <lodruv$k45$1@dont-email.me> <mailman.11241.1403724416.18130.python-list@python.org> <lofciv$nq6$1@dont-email.me> <mailman.11256.1403779201.18130.python-list@python.org> <loh45o$14g$1@dont-email.me>
Mime-Version 1.0
Content-Type text/plain; format=flowed; charset="iso-8859-1"; reply-type=response
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 62.197.243.26
In-Reply-To <loh45o$14g$1@dont-email.me>
X-MSMail-Priority Normal
X-Newsreader Microsoft Windows Mail 6.0.6002.18197
X-MimeOLE Produced By Microsoft MimeOLE V6.0.6002.18463
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11295.1403905985.18130.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1403905985 news.xs4all.nl 2895 [2001:888:2000:d::a6]:58900
X-Complaints-To abuse@xs4all.nl
Path csiph.com!usenet.pasdenom.info!news.franciliens.net!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Xref csiph.com comp.lang.python:73675

Show key headers only | View raw


"Christian Gollwitzer" <auriocus@gmx.de> wrote in message 
news:loh45o$14g$1@dont-email.me...
> As I said, it doesn't have a special interface, you just load it and 
> that's it. So if you do a tk.eval("package require tkpng"), your 
> Tk.PhotoImage will magically recognize PNG.

I will try it on the Mac, but on Windows this does not work (with python.org 
installation of Python), and I need to have the same environment on both Win 
and Mac (at least).

> On the Mac you can create an APP bundle which contains everything, 
> including extra dependencies.

Thanks for the hint, I may consider it, but maybe it is not applicable to my 
project where the outcome should be in fact a few modules in Python and the 
en-users (college students) should program in Python using IDLE and those 
extra modules. So there is no "Main program" and there will be no 
"application".
Is an APP budle applicable for such a situation?

> Yes this was a long-deferred feature due to its inhomogeneous 
> implementation on the supported platforms. There were some extensions like 
> 10 years ago to do it, but only in 8.6 (2012) it made it into the core Tk.

Thanks for many insights into Tk and your hints.
I will try some of them in next days and maybe later I will come with some 
more questions.

Peter

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


Thread

Python 3.4.1 installer on Mac links Python to old Tcl/Tk "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-06-24 20:11 +0200
  Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Christian Gollwitzer <auriocus@gmx.de> - 2014-06-25 08:58 +0200
    Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-06-25 21:26 +0200
      Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Christian Gollwitzer <auriocus@gmx.de> - 2014-06-25 22:48 +0200
        Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-06-26 12:39 +0200
          Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Christian Gollwitzer <auriocus@gmx.de> - 2014-06-26 14:37 +0200
            Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Christian Gollwitzer <auriocus@gmx.de> - 2014-06-26 20:38 +0200
              Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk Ned Deily <nad@acm.org> - 2014-06-26 15:29 -0700
            Re: Python 3.4.1 installer on Mac links Python to old Tcl/Tk "Peter Tomcsanyi" <tomcsanyi@slovanet.sk> - 2014-06-27 23:52 +0200

csiph-web