Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: More tkinter Madness Date: Thu, 12 Nov 2015 13:25:56 +1100 Lines: 16 Message-ID: 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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98665 On Thu, Nov 12, 2015 at 12:52 PM, Tim Daneliuk 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