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: Immediate Crash on Open
Type: Stage:
Components: IDLE Versions: Python 2.5
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: kbk Nosy List: farhymn, kbk, sf-robot
Priority: normal Keywords:

Created on 2006-11-20 19:45 by farhymn, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg30636 - (view) Author: Farhymn (farhymn) Date: 2006-11-20 19:45
Python 2.5 IDLE crashes -immediately- upon open, leaving enough time to hold down the enter button on the executable and only have the pythonw process show up one-at-a-time.

This is version specific, as 2.4 Final worked fine.  Now all applications cannot run.  I made sure to uninstall 2.4 before installing 2.5, so it isn't a version conflict (as far as I can tell).

Running Windows XP SP2 on an HP Laptop (paviliion dv4000) and am attempting to run the program OpenRPG+.  Program can be provided for replication of test as necessary.

Duplicate processes are not observed in Windows Task Manager and a complete uninstallation and installation of the Python 2.5 language provides the same unknown error.
msg30637 - (view) Author: Farhymn (farhymn) Date: 2006-11-20 19:53
(edit)  Forgot to mention that the problem is pythonw.exe specific as well.  Python DOS runs fine, I can only get it to register a token error by typing in the following at the prompt: 1234816587613289741-0152872349817230987 .
msg30638 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2006-12-15 05:30
I'm sorry, I can't understand your report.  Please tell me exactly how you are starting IDLE (using the icon? using a command window?)  What does OpenRPG+ have to do with it, are you calling it along with IDLE?  If so, please give me the command line and a url for the program.


What does your "edit" have to do with the problem?  The second number is illegal, because although it's coded as an octal (starts with 0) it has characters greater than 7 in it.  Fix either of those issues, and it's fine.
msg30639 - (view) Author: SourceForge Robot (sf-robot) Date: 2006-12-30 03:20
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44258
2006-11-20 19:45:25farhymncreate