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


Groups > comp.lang.python > #95059 > unrolled thread

Re: Installation Successful, but pythonw and idle doesn't function

Started byZachary Ware <zachary.ware+pylist@gmail.com>
First post2015-08-05 21:43 -0500
Last post2015-08-05 21:43 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Installation Successful, but pythonw and idle doesn't function Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-08-05 21:43 -0500

#95059 — Re: Installation Successful, but pythonw and idle doesn't function

FromZachary Ware <zachary.ware+pylist@gmail.com>
Date2015-08-05 21:43 -0500
SubjectRe: Installation Successful, but pythonw and idle doesn't function
Message-ID<mailman.1262.1438829026.3674.python-list@python.org>
Hi Rick,

On Wed, Aug 5, 2015 at 11:12 AM, Rick Smith <python@activemail.us> wrote:
> I was able to install various versions of Python (3.5.0b4 32bit being the
> most recent) multiple times (uninstalling in between) and they worked
> ("python --version" at the command line worked).
>
> However pythonw.exe did not and does not work. I was simply returned to the
> command prompt, without ANY interaction or error.
>
>   prompt>pythonw
>
>   prompt>

As I believe others have mentioned, 'pythonw' is not the one you want
to use 99% of the time.  'pythonw' is a 'win32' app rather than a
'console' app, meaning that it has no attached console, and if you
just run it with no arguments, it will appear to do nothing (though
actually, it starts, finds it has no input, and ends very quickly).

> I also attempted to run "idle", with the following results:
>
>
> C:\Users\judy\AppData\Local\Programs\Python\Python35-32\Lib\idlelib>idle.py
>   ** IDLE can't import Tkinter.
>   Your Python may not be configured for Tk. **

You hit upon a bug in 3.5.0b4, which is that the installer is broken
for tkinter unless you have Microsoft Visual Studio 2015 installed.
See http://bugs.python.org/issue24771 for details, the fix will be
included in 3.5.0rc1.

Your best bet is to avoid using pre-release software, and stick with
Python 3.4.3 until such time as 3.5.0 final is released.

Hope this helps,
-- 
Zach

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web