[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Cristian Baboi
Cristian Baboi added the comment: I don't know if it is a documentation error for I've not read it yet. Maybe the best way is to put a shortcut to idle in the main directory where the python is. On 12 octombrie 2014 22:43:48 EEST, "R. David Murray" wrote: > >R. David Murray added the comment:

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread R. David Murray
R. David Murray added the comment: I'm going to close this, then. If you think there's a documentation issue we can reopen it. -- nosy: +r.david.murray resolution: -> not a bug stage: -> resolved status: open -> closed type: crash -> behavior ___

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Cristian Baboi
Cristian Baboi added the comment: Sorry! I launched pythonw without ascript. I found idle and it works. -- ___ Python tracker ___ ___

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Vandana Rao
Vandana Rao added the comment: I had the same problem. I assume that you are using IDLE. Hopefully it works. -- nosy: +Vandana.Rao ___ Python tracker ___

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Mark Lawrence
Mark Lawrence added the comment: The purpose of pythonw is to run GUI scripts without having a console. How are you trying to run it, what do you expect to happen and what actually happens? I'm assuming that you mean 3.4 as 3.5 hasn't been released yet. -- nosy: +BreamoreBoy ___

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Cristian Baboi
Cristian Baboi added the comment: I tried both 2.7 and 3.5 versions and none of them works -- ___ Python tracker ___ ___ Python-bugs-l

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Cristian Baboi
New submission from Cristian Baboi: I've just installed the latest python on windows 8.1 x64 version and it does not start. The console version works -- ___ Python tracker ___ _

[issue22620] pythonw does not open on windows 8.1 x64

2014-10-12 Thread Cristian Baboi
Changes by Cristian Baboi : -- components: Windows nosy: Cristian.Baboi priority: normal severity: normal status: open title: pythonw does not open on windows 8.1 x64 type: crash versions: Python 3.5 ___ Python tracker