3 Nov
2005
3 Nov
'05
11:21 a.m.
Philipp von Weitershausen wrote:
That worked for me (though I usually don't do the configure; make dance, but just do an in-place build with python setup.py build -i; see also below).
Sorry, I meant $ python setup.py build_ext -i That's what "make all" does on Zope 3 and now on Zope 2 as well, it seems. And it's enough for an in-place build and IMHO all we need for an SVN checkout. Philipp