Showing posts with label trouble. Show all posts
Showing posts with label trouble. Show all posts

11 March 2007

"The software has been successfully installed"

So I feared before that I wouldn't be able to easily install Python 2.5 on my Mac (10.4.8).

I had been using this url to get my python 2.5 installer:
http://www.pythonmac.org/packages/py25-fat/index.html

But of course, that's the wrong url. If I use this one, then I actually make progress:
http://www.python.org/download/

Hurrah. Time to go ask for some fixes and then get myself pygame.


You might think to yourself, why didn't he just verify the files? Well dmg files seem to do their own kind of verification, but I also checked the md5sums:

$ md5sum -v python-2.5-macosx.dmg ../python-2.5-macosx.dmg
9ea85494251357970d83a023658fddc7 python-2.5-macosx.dmg
9ea85494251357970d83a023658fddc7 ../python-2.5-macosx.dmg

I don't need to tell you which is which, they're identical! (And they are the same as the posted md5sums.) Don't know how that happened.

[edit:verify, linkify]

Installation Woes

So it appears that Python 2.5 doesn't want me. I tried to install the newest version of Python (2.5) and everything seemed fine but at the last step of the installer (where you click 'Install'), it hangs and I get Beachball of Doom. Apparently that's what I get for using a Mac : (

Odd too. You'd think that Apple would make sure that developer tools like Python would work flawlessly on their system. I want to make software for their customers. Sigh, you can't make all of the people happy all of the time.

So my options now are compiling from source or trying to track down my problem. Which is more daunting...