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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to