Am Samstag 10 Oktober 2009 schrieb Eric Coetzee: > I am a PyQT newb trying to install on OS X. > > From the docs, it seems I must first install SIP using the following > commands: > 1. python configure.py > 2. make > 3. make install > > But is get "permission denied" during the make install. > > The documentation says "Depending on your system you may require root > or administrator privileges", so i tried > sudo -u admin make install
which are given to you by just providing sudo _your_ password, e.g.: $ sudo make install (enter your personal password) Pete _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
