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


Groups > comp.lang.python > #98665

Re: More tkinter Madness

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: More tkinter Madness
Date Thu, 12 Nov 2015 13:25:56 +1100
Lines 16
Message-ID <mailman.252.1447295160.16136.python-list@python.org> (permalink)
References <708dhc-3pf1.ln1@oceanview.tundraware.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de tgZOkIZ1+Dl1rVwPC1ih2wzFgngz8GruJz6uXDiMDxYQ==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'freebsd,': 0.09; 'macos': 0.09; 'python': 0.10; 'thu,': 0.15; '122,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'linux)': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'run.': 0.16; 'subject:More': 0.16; 'wrote:': 0.16; 'linux,': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'issue.': 0.20; 'skip:" 30': 0.20; '(most': 0.24; 'tim': 0.24; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; '2.6': 0.27; 'url:software': 0.29; 'asked': 0.29; 'code': 0.30; 'skip:_ 10': 0.32; 'run': 0.33; 'traceback': 0.33; 'windows.': 0.33; 'file': 0.34; 'running': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; '12,': 0.37; 'received:209': 0.38; 'some': 0.40; 'here': 0.66; 'chrisa': 0.84; 'to:none': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=ktqUCZfFn1IjZiwMJZhMplawXS0Faevhgvl+fJyN6nU=; b=cMnTl1gMqqgoG/8MyB7PXgFkXHYSIQxSS+UTDIKC5sjffUddECO+YgpyOlMm/84eUM 5Stt3Q+0MO5ONM8fW5FVFGJSpSR5rM7mXSE/q3kd6p/ZXRWUB9U/GqjwDQhOkOcjkiZm B2b32aqmVWyNEQckgnIM1OZc3TCDe4a0xrC/OxMx6Q1+ZtyjIuIgnB+riCPtIBtjc03a ml7Nokw4525lWPl9rR1vVi8XDIhSDsp8ZMFHJtYr8aRD0KZmQiManODWB88lBI4nvD+N Xcx61epgh03k5j7EUe/PsHAjmsMuZUZOeMPbXBr5Bmger1huETMSKr88eGTZ1wDV3dO1 jHaA==
X-Received by 10.107.16.84 with SMTP id y81mr11602736ioi.19.1447295156554; Wed, 11 Nov 2015 18:25:56 -0800 (PST)
In-Reply-To <708dhc-3pf1.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:98665

Show key headers only | View raw


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

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