Python Code Notes – Mostly Useless
Wrangled Python for a few hours. Luckily I came upon this site. I was pretty peeved about the seeming hatred of Mac in the Python Community. The guy who runs this site is a saint.
http://www.python.org/download/mac/
http://www.pythonmac.org/packages/py24-fat/index.html
All I wanted to do was make networkx work so I could make simple network digrams. I finally did it after I installed these from his site (yeah – I went a bit overboard – in case I wanted to play later):
Python 2.4.4
matplotlib
aggdraw
pygame
pysqlite
pyXML
scipy
wxPython2.8
PIL
numpy
I could never find a pyGTK for the mac – it is under development. I could run about 2/3 of the tests from matplotlib. But I did see a networkx graph displayed. Time for some popcorn and to watch a football game.
Gibberish notes below. Note that I went down a long path with 2.3 and came up short – so I just went to 2.4. I hope Mac OS 10.5 has 2.4 or later on it. Hey I should reboot to the other partition and check :)
