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


Groups > comp.lang.python > #95378

Fixing tkinter on 3.5.0rc1 for some Windows machines.

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'skip:/ 10': 0.07; 'subject:Windows': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; '"your': 0.16; 'fix:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'windows': 0.20; 'tkinter': 0.22; 'import': 0.24; 'install': 0.25; 'header:User- Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'installed,': 0.29; 'subject:some': 0.29; 'directory,': 0.33; 'file': 0.34; 'configured': 0.35; 'machines': 0.35; 'something': 0.35; 'to:addr :python-list': 0.36; 'received:org': 0.37; 'does': 0.39; 'to:addr:python.org': 0.40; 'received:fios.verizon.net': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Fixing tkinter on 3.5.0rc1 for some Windows machines.
Date Fri, 14 Aug 2015 16:00:36 -0400
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-98-114-97-173.phlapa.fios.verizon.net
X-Mozilla-News-Host news://news.gmane.org:119
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
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>
Newsgroups comp.lang.python
Message-ID <mailman.12.1439582449.4764.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439582449 news.xs4all.nl 2903 [2001:888:2000:d::a6]:56397
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95378

Show key headers only | View raw


Symptom: Using 3.5.0rc1 on Windows machines without VS2015 installed, 
import tkinter or use something that does so (Idle, Turtle, turtledemo, 
...) and get message "Your Python may not be configured for Tk."

Fix: In install directory, find /DLLs. In that find /MicrosoftVC140.CRT 
with one file vcruntime140.dll.  Move this file up into /DLLs

-- 
Terry Jan Reedy

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


Thread

Fixing tkinter on 3.5.0rc1 for some Windows machines. Terry Reedy <tjreedy@udel.edu> - 2015-08-14 16:00 -0400

csiph-web