I have a python program and when I install this program from the module home directory using setup.py everything works fine.

But easy_install fails with the following error, because I am trying to install some start up shell scripts into /etc/init.d

> The package setup script has attempted to modify files on your system
>that are not within the EasyInstall build area, and has been aborted.

Is there a way to use easy_install to install the start scripts into / etc/init.d. If not, what is the best way to install these scripts.

Thanks

-fred-


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to