15 Apr
2009
15 Apr
'09
10:34 p.m.
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