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


Groups > comp.lang.python > #98727

Re: More tkinter Madness

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: More tkinter Madness
Date Thu, 12 Nov 2015 21:46:18 -0700
Lines 35
Message-ID <mailman.283.1447389990.16136.python-list@python.org> (permalink)
References <708dhc-3pf1.ln1@oceanview.tundraware.com> <mailman.252.1447295160.16136.python-list@python.org> <v8nfhc-epd2.ln1@oceanview.tundraware.com>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-Trace news.uni-berlin.de hef597aK5DpqDeqbVQPUUwZ0UC+QfuZfmTJdRGA47Wng==
Return-Path <torriem+gmail@torriefamily.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; 'freebsd,': 0.09; 'macos': 0.09; 'python': 0.10; 'exception': 0.13; 'apps': 0.15; 'thu,': 0.15; '(also': 0.16; '122,': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'linux)': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'run.': 0.16; 'subject:More': 0.16; 'wrote:': 0.16; 'app': 0.16; 'linux,': 0.18; 'runs': 0.18; '>>>': 0.20; '2015': 0.20; 'issue.': 0.20; 'skip:" 30': 0.20; '(most': 0.24; 'tim': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; "doesn't": 0.26; 'chris': 0.26; 'question': 0.27; '2.6': 0.27; 'fine': 0.28; 'url:software': 0.29; 'windows,': 0.29; 'environment': 0.29; 'asked': 0.29; 'code': 0.30; 'skip:_ 10': 0.32; 'run': 0.33; 'traceback': 0.33; 'windows.': 0.33; 'message- id:@gmail.com': 0.34; 'file': 0.34; 'previous': 0.34; 'running': 0.34; 'nov': 0.35; 'problem.': 0.35; 'but': 0.36; 'to:addr:python- list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'received:org': 0.37; '12,': 0.37; 'version': 0.38; 'reports': 0.38; 'test': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'some': 0.40; 'your': 0.60; 'charset:windows-1252': 0.62; 'here': 0.66; 'forward': 0.66; '2.7.': 0.84; 'chrisa': 0.84; 'working,': 0.84
X-Virus-Scanned amavisd-new at torriefamily.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
In-Reply-To <v8nfhc-epd2.ln1@oceanview.tundraware.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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>
Xref csiph.com comp.lang.python:98727

Show key headers only | View raw


On 11/12/2015 05:25 PM, Tim Daneliuk wrote:
> On 11/11/2015 08:25 PM, Chris Angelico wrote:
>> On Thu, Nov 12, 2015 at 12:52 PM, Tim Daneliuk
>> <tundraBOGUS@tundraware.com> wrote:
>>> I am the author of twander (https://www.tundraware.com/Software/twander).
>>> This code has run flawlessly for years on FreeBSD, Linux, MacOS and
>>> Windows.  Some months ago, I put it on a couple of VPS servers (FreeBSD
>>> and Linux) and BOOM, it doesn't run.  I asked around here and got some
>>> suggestions and then did some homework.
>>>
>>> Traceback (most recent call last):
>>>   File "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main
>>
>> It's running here under Python 2.6. Sorry if this is a question you've
>> already been asked, but were you successfully running under 2.6
>> elsewhere? Might be a versioning issue.
>>
>> ChrisA
>>
> 
> It always ran OK on every previous version of Python from about 2.4 forward
> on VMs, physicals, *nix, OSX, Windows, etc.

And other X11 apps are working fine on the test VPS where your app
crashes? Other Tk apps?  Other Python Tk apps?

Your app runs fine on my VPS (Linode), running CentOS 7, Python 2.7.
Also runs fine on my CentOS 6 VM (also Linode), Python 2.6.6.

I also verified that if X11 forwarding is not working, Python reports an
exception "_tkinter.TclError: no display name and no $DISPLAY
environment variable" immediately, so that's definitely not your problem.


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


Thread

More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-11 19:52 -0600
  Re: More tkinter Madness Paul Rubin <no.email@nospam.invalid> - 2015-11-11 18:12 -0800
    Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-12 18:26 -0600
  Re: More tkinter Madness Chris Angelico <rosuav@gmail.com> - 2015-11-12 13:25 +1100
    Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-12 18:25 -0600
      Re: More tkinter Madness Michael Torrie <torriem@gmail.com> - 2015-11-12 21:46 -0700
        Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-12 23:42 -0600
          Re: More tkinter Madness Christian Gollwitzer <auriocus@gmx.de> - 2015-11-13 07:32 +0100
            Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 13:14 -0600
              Re: More tkinter Madness Laura Creighton <lac@openend.se> - 2015-11-13 20:56 +0100
                Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 16:10 -0600
              Re: More tkinter Madness Michael Torrie <torriem@gmail.com> - 2015-11-13 12:58 -0700
                Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 16:09 -0600
              Re: More tkinter Madness Christian Gollwitzer <auriocus@gmx.de> - 2015-11-13 22:30 +0100
                Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 16:10 -0600
                Re: More tkinter Madness Christian Gollwitzer <auriocus@gmx.de> - 2015-11-14 09:14 +0100

csiph-web