This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE not launching correctly
Type: behavior Stage:
Components: IDLE Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: NightFalcon, foxxtrot, kbk, l0nwlf, roger.serwy, taleinat
Priority: normal Keywords:

Created on 2010-05-26 02:48 by NightFalcon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (9)
msg106504 - (view) Author: Joseph (NightFalcon) Date: 2010-05-26 02:48
I am on Windows 7 64 bit. Issue occurs trying to open IDLE or Module Docs.

My problem is very similar to this one: http://bugs.python.org/issue8247
Also, it is almost identical to this: http://bugs.python.org/issue7265

Followed the directions in issue 7265, here is the error message. 


c:\Python26>python.exe Lib\idlelib\idle.py
Traceback (most recent call last):
  File "Lib\idlelib\idle.py", line 6, in <module>
    import PyShell
  File "c:\Python26\Lib\idlelib\PyShell.py", line 14, in <module>
    import macosxSupport
  File "c:\Python26\Lib\idlelib\macosxSupport.py", line 6, in <module>
    import Tkinter
  File "c:\Python26\lib\lib-tk\Tkinter.py", line 38, in <module>
    import FixTk
  File "c:\Python26\lib\lib-tk\FixTk.py", line 63, in <module>
    import _tkinter
ImportError: DLL load failed: %1 is not a valid Win32 application.


Note that I am definitely running Windows 64 bit, and I definitely downloaded the 64 bit version of Python. Also, I did not apply the fix that worked in 7265 because first of all, that wasn't the issue, (here I can't import tkinter, there he couldn't open a file), and secondly, I don't have the file he mentioned that he unhid.
msg106969 - (view) Author: Jeff Craig (foxxtrot) Date: 2010-06-03 18:21
I can confirm this behaviour and error. On Windows Server 2008 R2 64-bit.
msg106970 - (view) Author: Jeff Craig (foxxtrot) Date: 2010-06-03 18:30
Further information, this was an issue for me in 2.6.4, but with 2.6.5 it appears to no longer be an issue.
msg107529 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2010-06-11 06:00
Joseph, please mention which version of Python you are trying this with. If 2.6.4, please try with 2.6.5 to see if it still happens.
msg108193 - (view) Author: Joseph (NightFalcon) Date: 2010-06-19 18:15
I'm using python version 2.6.5.
msg150045 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2011-12-21 21:13
Is this still a problem with 2.7?
msg158290 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2012-04-14 22:08
Joseph, Jeff,

Is this still a valid issue with the latest release of IDLE?
msg158384 - (view) Author: Joseph (NightFalcon) Date: 2012-04-16 00:31
Seems to work fine for me, operating system still Windows 64 bit, Python
2.7.2, IDLE 2.7.2

On Sat, Apr 14, 2012 at 6:08 PM, Roger Serwy <report@bugs.python.org> wrote:

>
> Roger Serwy <roger.serwy@gmail.com> added the comment:
>
> Joseph, Jeff,
>
> Is this still a valid issue with the latest release of IDLE?
>
> ----------
> status: open -> pending
> type:  -> behavior
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue8820>
> _______________________________________
>
msg158385 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2012-04-16 00:42
Thank you for your feedback. I will close this issue since it is now out of date.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53066
2012-04-16 00:42:52roger.serwysetstatus: open -> closed
resolution: out of date
messages: + msg158385
2012-04-16 00:31:57NightFalconsetstatus: pending -> open

messages: + msg158384
2012-04-14 22:08:45roger.serwysetstatus: open -> pending
type: behavior
messages: + msg158290
2011-12-21 21:13:15roger.serwysetnosy: + roger.serwy
messages: + msg150045
2010-06-19 18:41:06l0nwlfsetnosy: + l0nwlf
2010-06-19 18:40:38l0nwlfsetnosy: + kbk
2010-06-19 18:15:42NightFalconsetmessages: + msg108193
2010-06-11 06:00:17taleinatsetnosy: + taleinat
messages: + msg107529
2010-06-03 18:30:22foxxtrotsetmessages: + msg106970
2010-06-03 18:21:26foxxtrotsetnosy: + foxxtrot
messages: + msg106969
2010-05-26 02:48:02NightFalconcreate