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: setup hangs on disk space requirements
Type: behavior Stage:
Components: Versions: Python 2.6
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, abilify, brian.curtin, steve.dower
Priority: normal Keywords:

Created on 2010-01-29 10:42 by abilify, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unnamed abilify, 2010-01-29 15:44
Messages (6)
msg98503 - (view) Author: Dan Simmons (abilify) Date: 2010-01-29 10:42
I tried to install windows binary and the setup hanged up on 'determining disk space requirements' I waited over two hours for this to finish, and the light blinked in a syncrinised pattern that led me to believe something was wrong. So I have since restarted it and the light is blinking differently this time. Hope it works.
msg98505 - (view) Author: Dan Simmons (abilify) Date: 2010-01-29 11:26
I think the beginers guide needs to be updated to let us know what type of download to use. x86-64 or binary. 64 bit works so is that the right one for me. I'm trying to get this graphics.py to work that came with a book. It stops working when I run a module with it.
msg98514 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-01-29 15:37
Dan, there seem to be a number of possible issues in your last two messages.

It's not clear to me what the blinking light is. What type of computer do you have and what is the specific installer and version you tried to run?

Also, what do you mean when you say that it stops working when you run a module? Does the interpreter crash or is there an unhandled exception which causes the application to exit?
msg98515 - (view) Author: Dan Simmons (abilify) Date: 2010-01-29 15:44
It seemed to work after I restarted it. It was stuck on the process of getting disk space requirements, the computer was processing something but the light on the console that tells you something is being processed was blinking once every second in a obvious loop, When I started over it just processed through it in less than a second. So there was something wrong. I don't know if it was my computer or not.

--- On Fri, 1/29/10, Brian Curtin <report@bugs.python.org> wrote:

From: Brian Curtin <report@bugs.python.org>
Subject: [issue7803] setup hangs on disk space requirements
To: sentai360@yahoo.com
Date: Friday, January 29, 2010, 3:37 PM

Brian Curtin <curtin@acm.org> added the comment:

Dan, there seem to be a number of possible issues in your last two messages.

It's not clear to me what the blinking light is. What type of computer do you have and what is the specific installer and version you tried to run?

Also, what do you mean when you say that it stops working when you run a module? Does the interpreter crash or is there an unhandled exception which causes the application to exit?

----------
nosy: +brian.curtin
status: closed -> open

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue7803>
_______________________________________
msg190053 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2013-05-26 03:32
In 12 years of installing Python on Windows I've never seen this problem.  Unless others have seen this and/or it's reproducible I'd suggest this is closed.
msg237770 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015-03-10 14:40
@Steve can you close this please.
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52051
2015-03-10 15:33:15steve.dowersetstatus: open -> closed
resolution: works for me
2015-03-10 14:40:13BreamoreBoysetnosy: + BreamoreBoy, steve.dower
type: behavior
messages: + msg237770
2014-02-03 17:13:13BreamoreBoysetnosy: - BreamoreBoy
2013-05-26 03:32:51BreamoreBoysetnosy: + BreamoreBoy
messages: + msg190053
2010-01-29 15:44:09abilifysetfiles: + unnamed

messages: + msg98515
2010-01-29 15:37:21brian.curtinsetstatus: closed -> open
nosy: + brian.curtin
messages: + msg98514

2010-01-29 13:13:03abilifysetstatus: open -> closed
2010-01-29 11:26:57abilifysetmessages: + msg98505
2010-01-29 10:42:44abilifycreate