From: Diez B. R. <de...@we...> - 2005-11-07 11:00:12
|
Am Montag, 7. November 2005 04:02 schrieb Adrien Bourdet: > Hello, > i just bought my first mac today, and i try to install PyQt, but... > 1) I don't know which packages i had to install, and where i can find them. There might be other ways, but this is how I did it (I hope so at least, has been a while): Install mac-python 2.4 from http://pythonmac.org/packages/ Download the free mac qt version: ftp://ftp.trolltech.com/qt/source/ Make sure you use the latest 3.x, otherwise PyQt won't work. Build and install. Download sip and pyqt, and build it using the python2.4 from above. > If you could give me urls for wich packages to install, and "what to > do and how" to make pyqt working.. :) > I'm completly new on Macs (i actually run linux), so please explain it > to me (a poor newbie with mac) Yeah, one feels somewhat lost... I can also highly recommend iTerm, a terminal with better encoding support and _tabs_! Regards, Diez |