Hello, On 24.03.06, Arnd Baecker wrote: > when testing the current svn (and also the released version if I > remember correctly) of pyx via > svn co https://svn.sourceforge.net/svnroot/pyx/trunk/pyx pyx > python setup.py install --prefix=/some_non_system_directory > everything works fine until it gets to pyxrc: > copying pyxrc -> /etc > error: could not delete '/etc/pyxrc': Permission denied > > Is there some additional ``--something=...` to be given to the install?
The following line installs pyx in the current directory ./setup.py install --root=`pwd` --install-data=/ --install-lib=/ I have written this line into my setup.cfg long times ago and always use it when installing pyx anew. André, Jörg, maybe we should add this line into INSTALL to make life easier for users? The same has been asked a week ago by Michael Strass. Michael. -- "A mathematician is a device for turning coffee into theorems" Paul Erdös. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
