[PEAK] convenience methods to setup.py

michael bayer mike_mp at zzzcomputing.com
Sat Oct 1 02:42:05 EDT 2005


On Oct 1, 2005, at 12:51 AM, Phillip J. Eby wrote:

> Try putting this in your setup.cfg:
>
> [easy_install]
> delete_conflicting = 1
>
> And see if that does the trick when you run "setup.py install".

it does the trick if I instead type  "setup.py easy_install ."  the  
[easy_install] section doesnt seem to get picked up if the explicit  
command doesnt match.

as a side note, in trying to make "easy_install" look the same as  
"install" by placing "verbose=1" inside the config file, that also  
raises an error (its getting '1' instead of 1 as the value):

File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
site-packages/setuptools-0.6a5-py2.4.egg/setuptools/command/ 
easy_install.py", line 827, in run_setup
     v = 'v' * self.verbose - 1
TypeError: can't multiply sequence by non-int



More information about the PEAK mailing list