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: Can't Start Python
Type: Stage:
Components: Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: CliffB, loewis
Priority: normal Keywords:

Created on 2008-10-29 17:11 by CliffB, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg75321 - (view) Author: Clifford Burtown (CliffB) Date: 2008-10-29 17:11
I just got Python, in order to do some game modding that required it.
However, I can't open Python files in my computer, neither can I edit
them with IDLE. I'm using Vista. Is this common?
msg75325 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-10-29 19:12
You need to install "for all users", not "just for me" (the latter is
not supported on Vista), or alternatively install 2.5.2. This will be
fixed in 2.6.1.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48479
2008-10-29 19:12:02loewissetstatus: open -> closed
resolution: fixed
messages: + msg75325
nosy: + loewis
2008-10-29 17:11:16CliffBcreate