[PyQt] SIP install - 'Permission denied' error on Mac 10.4

Hans-Peter Jansen hpj at urpla.net
Sat Oct 10 19:59:18 BST 2009


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


More information about the PyQt mailing list