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.
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:01 | admin | set | github: 53066 |
| 2012年04月16日 00:42:52 | roger.serwy | set | status: open -> closed resolution: out of date messages: + msg158385 |
| 2012年04月16日 00:31:57 | NightFalcon | set | status: pending -> open messages: + msg158384 |
| 2012年04月14日 22:08:45 | roger.serwy | set | status: open -> pending type: behavior messages: + msg158290 |
| 2011年12月21日 21:13:15 | roger.serwy | set | nosy:
+ roger.serwy messages: + msg150045 |
| 2010年06月19日 18:41:06 | l0nwlf | set | nosy:
+ l0nwlf |
| 2010年06月19日 18:40:38 | l0nwlf | set | nosy:
+ kbk |
| 2010年06月19日 18:15:42 | NightFalcon | set | messages: + msg108193 |
| 2010年06月11日 06:00:17 | taleinat | set | nosy:
+ taleinat messages: + msg107529 |
| 2010年06月03日 18:30:22 | foxxtrot | set | messages: + msg106970 |
| 2010年06月03日 18:21:26 | foxxtrot | set | nosy:
+ foxxtrot messages: + msg106969 |
| 2010年05月26日 02:48:02 | NightFalcon | create | |