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


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

Re: Compatibility Issues - Windows 8

Started byMarcos Almeida Azevedo <marcos.al.azevedo@gmail.com>
First post2015-02-24 12:59 +0800
Last post2015-02-25 08:49 -0700
Articles 4 — 4 participants

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: Compatibility Issues - Windows 8 Marcos Almeida Azevedo <marcos.al.azevedo@gmail.com> - 2015-02-24 12:59 +0800
    Re: Compatibility Issues - Windows 8 blakemalc66@gmail.com - 2015-02-24 12:13 -0800
      Running Idle on  Windows 8 (.1) Terry Reedy <tjreedy@udel.edu> - 2015-02-24 20:29 -0500
      Re: Running Idle on Windows 8 (.1) Ian Kelly <ian.g.kelly@gmail.com> - 2015-02-25 08:49 -0700

#86309 — Re: Compatibility Issues - Windows 8

FromMarcos Almeida Azevedo <marcos.al.azevedo@gmail.com>
Date2015-02-24 12:59 +0800
SubjectRe: Compatibility Issues - Windows 8
Message-ID<mailman.19120.1424774156.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi, Iris

Did you try installing via msi installer?  Example
https://www.python.org/ftp/python/3.4.3/python-3.4.3rc1.msi

On Tue, Feb 24, 2015 at 12:53 PM, Terry Reedy <tjreedy@udel.edu> wrote:

> On 2/23/2015 10:56 PM, Iris J Rosario wrote:
>
>> Hello,
>>
>> I’ve been having problems with running python IDLE on my Windows 8
>> tower. Can you please let me know where I can rea up on how to correct
>> it? Or which version will work best on my computer?
>>
>
> How did you install Python?  How are you trying to run Idle?
>
>
>
> --
> Terry Jan Reedy
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>



-- 
Marcos | I love PHP, Linux, and Java
<http://javadevnotes.com/java-integer-to-string-examples>

[toc] | [next] | [standalone]


#86342

Fromblakemalc66@gmail.com
Date2015-02-24 12:13 -0800
Message-ID<0bbecc0a-9e03-4441-9fa8-c96bd3f690ec@googlegroups.com>
In reply to#86309
On Tuesday, February 24, 2015 at 9:36:20 PM UTC+11, Marcos Almeida Azevedo wrote:
> Hi, Iris
> 
> Did you try installing via msi installer?  Example https://www.python.org/ftp/python/3.4.3/python-3.4.3rc1.msi
> 
> 
> 
> On Tue, Feb 24, 2015 at 12:53 PM, Terry Reedy <tjr...@udel.edu> wrote:
> On 2/23/2015 10:56 PM, Iris J Rosario wrote:
> 
> 
> Hello,
> 
> 
> 
> I've been having problems with running python IDLE on my Windows 8
> 
> tower. Can you please let me know where I can rea up on how to correct
> 
> it? Or which version will work best on my computer?
> 
> 
> 
> 
> How did you install Python?  How are you trying to run Idle?
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> Terry Jan Reedy
> 
> 
> 
> 
> 
> -- 
> 
> https://mail.python.org/mailman/listinfo/python-list
> 
> 
> 
> 
> -- 
> 
> 
> 
> 
> 
> 
> Marcos | I love PHP, Linux, and Java
Hi all

I too can not get idle to run on win 8.1 using python3.4.2 installed from the python-3.4.2.amd64.msi.

pythonw.exe appears in the task manager but no gui is displayed. 

Cheers

Malcolm

[toc] | [prev] | [next] | [standalone]


#86369 — Running Idle on Windows 8 (.1)

FromTerry Reedy <tjreedy@udel.edu>
Date2015-02-24 20:29 -0500
SubjectRunning Idle on Windows 8 (.1)
Message-ID<mailman.19163.1424827775.18130.python-list@python.org>
In reply to#86342
On 2/24/2015 3:13 PM, blakemalc66@gmail.com wrote:

> I too can not get idle to run on win 8.1 using python3.4.2 installed from the python-3.4.2.amd64.msi.

What experience have others had with Idle and Windows 8?

The OP for
https://stackoverflow.com/questions/28633690/python-installation-troubleshooting

wrote in a comment "I am invoking it from a win8 startmenu program, so I 
tried to do it via the normal windows 8 interface and it works from there,"

I do not know what 'normal windows 8 interface' means, but does it work 
for anyone else?

> pythonw.exe appears in the task manager but no gui is displayed.

pythonw.exe should appear *twice* in task manager.
Please try 3.4.3rc1 and 3.5.0a1
https://www.python.org/downloads/windows/

If the Idle does not start correctly on Win 8, perhaps we could fix it 
before 3.4.3 final (which should be soon).

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#86410 — Re: Running Idle on Windows 8 (.1)

FromIan Kelly <ian.g.kelly@gmail.com>
Date2015-02-25 08:49 -0700
SubjectRe: Running Idle on Windows 8 (.1)
Message-ID<mailman.19193.1424879414.18130.python-list@python.org>
In reply to#86342
On Tue, Feb 24, 2015 at 6:29 PM, Terry Reedy <tjreedy@udel.edu> wrote:
> On 2/24/2015 3:13 PM, blakemalc66@gmail.com wrote:
>
>> I too can not get idle to run on win 8.1 using python3.4.2 installed from
>> the python-3.4.2.amd64.msi.
>
>
> What experience have others had with Idle and Windows 8?
>
> The OP for
> https://stackoverflow.com/questions/28633690/python-installation-troubleshooting
>
> wrote in a comment "I am invoking it from a win8 startmenu program, so I
> tried to do it via the normal windows 8 interface and it works from there,"
>
> I do not know what 'normal windows 8 interface' means, but does it work for
> anyone else?
>
>> pythonw.exe appears in the task manager but no gui is displayed.
>
>
> pythonw.exe should appear *twice* in task manager.
> Please try 3.4.3rc1 and 3.5.0a1
> https://www.python.org/downloads/windows/
>
> If the Idle does not start correctly on Win 8, perhaps we could fix it
> before 3.4.3 final (which should be soon).

I just tried both of those (32-bit only) in a Windows 8.1 VM and had
no problems starting Idle.

[toc] | [prev] | [standalone]


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


csiph-web