sioannou macrumors member Original poster Jan 13, 2013 #1 Hi I'd like to ask you which method is the best for installing python 2.7 pygame 1.9 and py2app? Macports or regular installation? Does anybody have a reliable guide?
Hi I'd like to ask you which method is the best for installing python 2.7 pygame 1.9 and py2app? Macports or regular installation? Does anybody have a reliable guide?
I itsmrjon macrumors regular Jan 22, 2013 #2 sioannou said: Hi I'd like to ask you which method is the best for installing python 2.7 pygame 1.9 and py2app? Macports or regular installation? Does anybody have a reliable guide? Click to expand... pygame: Code: sudo pip install pygame py2app: Code: sudo easy_install -U py2app
sioannou said: Hi I'd like to ask you which method is the best for installing python 2.7 pygame 1.9 and py2app? Macports or regular installation? Does anybody have a reliable guide? Click to expand... pygame: Code: sudo pip install pygame py2app: Code: sudo easy_install -U py2app