setuptools question.

2009-07-21 Thread Fred C


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


Re: setuptools question.

2009-07-21 Thread David Lyon
On Tue, 21 Jul 2009 11:12:01 -0700, Fred C f...@bsdhost.net wrote:
 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.

What package is it? what platform ?
-- 
http://mail.python.org/mailman/listinfo/python-list