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: Python 3, IDLE does not start
Type: Stage:
Components: Versions: Python 3.0
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: amaury.forgeotdarc, dah, loewis
Priority: normal Keywords:

Created on 2008-09-27 13:54 by dah, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unnamed dah, 2008-09-27 18:58
unnamed dah, 2008-09-28 23:35
Messages (5)
msg73923 - (view) Author: bahiminin (dah) Date: 2008-09-27 13:54
I have Windows XP with Live OneCare as protection. Python 3 IDLE won't
start because of sub-process issues while Python 2.5.2 IDLE does start
without any problem.
msg73934 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-09-27 17:33
Can you please be more specific what precise version you have been trying?
msg73940 - (view) Author: bahiminin (dah) Date: 2008-09-27 18:58
The version of Python whose IDLE doesn't work have been installed using the
following installer package, Python-3.0rc1.msi, that I have downloaded from
your site. I have also installed another version with the Python-2.5.2.msi
installer. This one work fine with the only warning that the firewall may
prompt a warning because of calls made to some sub processes. Thanks.

On Sat, Sep 27, 2008 at 10:33 AM, Martin v. Löwis <report@bugs.python.org>wrote:

>
> Martin v. Löwis <martin@v.loewis.de> added the comment:
>
> Can you please be more specific what precise version you have been trying?
>
> ----------
> nosy: +loewis
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3981>
> _______________________________________
>
msg73976 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-09-28 16:38
IDLE won't start with 3.0rc1 because of issue #3628.
This has been corrected in r66518.
msg73996 - (view) Author: bahiminin (dah) Date: 2008-09-28 23:35
Hi
Thank you. I found that file. r66518. My IDLE work now. Take care.

On Sun, Sep 28, 2008 at 9:38 AM, Amaury Forgeot d'Arc <
report@bugs.python.org> wrote:

>
> Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
>
> IDLE won't start with 3.0rc1 because of issue #3628.
> This has been corrected in r66518.
>
> ----------
> nosy: +amaury.forgeotdarc
> resolution:  -> out of date
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3981>
> _______________________________________
>
History
Date User Action Args
2022-04-11 14:56:39adminsetgithub: 48231
2008-09-28 23:35:48dahsetfiles: + unnamed
messages: + msg73996
2008-09-28 16:38:36amaury.forgeotdarcsetstatus: open -> closed
resolution: out of date
messages: + msg73976
nosy: + amaury.forgeotdarc
2008-09-27 18:58:38dahsetfiles: + unnamed
messages: + msg73940
2008-09-27 17:33:07loewissetnosy: + loewis
messages: + msg73934
2008-09-27 13:54:27dahcreate