[Zope-dev] bin/buildout setup path/to/setup.py vs python setup.py build_ext -i -f

Chris Withers chris at simplistix.co.uk
Wed Apr 15 18:34:26 EDT 2009


Hanno Schlichting wrote:
> Chris Withers wrote:
>> Hanno Schlichting wrote:
>>>> ....how would I force recompilation in a buildout environment?
>>> Via "python setup.py build_ext -i -f" - works in all environments.
>>> Deleting the .so files is probably another way.
>> I guess that equates to:
>> bin/buildout setup path/to/setup.py build_ext -i -f
>> ?
> 
> No.
> 
> cd <path to develop egg>
> python setup.py build_ext -i -f
> 
> There's nothing buildout specific about this.

...but getting the right python can be important enough to do it.

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list