[issue16365] IDLE for Windows 8

2013-03-11 Thread j s

j s added the comment:

I had this issue too, I realised that I had installed the 32bit version on a 
machine running 64bit. So I uninstalled and installed the 64bit and it's fine 
now.

--
nosy: +evilpandas

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-12-21 Thread amundell

amundell added the comment:

I had a similar issue in Win8, but occured after installing another program. My 
issue was related to the TCL_Library environment variable. If it is related to 
this error it can be confirmed by opening the command prompt, changing dir to 
cd c:\python33\ and typing python. Once python has started write import 
idlelib.idle. If idle does not start, read the errors and check to see if a 
TCL-related error has been generated. If this error has occured change the 
environment variable (ControlPanel\right click System\change settings\advanced 
tab\environment variable\select TCL_Library. Alter the the path to 
C:\Python33\tcl\tcl8.5. idle should then start. However you may have 
issues/conflict with other installed programs that access the TCL_Library. Hope 
this helps.

--
nosy: +amundell

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-10-31 Thread Martin v . Löwis

Martin v. Löwis added the comment:

Unfortunately, there is not much to check now that you got it working. Doing 
what Roger first asked for might have given insights, but we can now not 
determine the issue anymore.

So closing this as works for me.

--
nosy: +loewis
resolution:  - works for me
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-10-30 Thread Abhijeet Joshi

New submission from Abhijeet Joshi:

Hello,

I have installed Idle for python 3.3 on windows 8 and trying to open the GUI 
but unable to open anything.
The screen doesn't show up on monitor.

Please help me here.

Thanks
Abhijeet

--
components: IDLE
messages: 174217
nosy: jabhijeet
priority: normal
severity: normal
status: open
title: IDLE for Windows 8
type: behavior
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-10-30 Thread Roger Serwy

Roger Serwy added the comment:

Can you launch Python from a command line and then launch IDLE from there?

cd c:\python33
python

After python starts, enter the following:

import idlelib.idle

--
nosy: +serwy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-10-30 Thread Abhijeet Joshi

Abhijeet Joshi added the comment:

Thanks for your reply.

I have tried re-installing it 3-4 times and it started working now.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-10-30 Thread Roger Serwy

Roger Serwy added the comment:

I wonder if there is a bug in the Python installer on the new Windows 8 
platform, though it is unlikely. 

I will leave this issue open for Windows 8 developers to comment. (I don't have 
Win8 for testing just yet.) Feel free to close.

--
components: +Installation, Windows
nosy: +brian.curtin, tim.golden

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16365] IDLE for Windows 8

2012-10-30 Thread Abhijeet Joshi

Abhijeet Joshi added the comment:

will leave it open so that some win8 developer will check it out.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16365
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com