On Fri, Sep 05, 2003 at 09:17:25PM +0100, Simon Willison wrote:
> > Edit your setup.py and comment out line
> >
> > kw['ext_modules'].append(htmltext)
>
> Brilliant, that worked a treat. May I suggest adding this either to the
> installation documentation or to an FAQ? I'm sure I'm not the only
> person who has been / will be tripped up by this.
In latest version setup.py does this automatically. No need to read
FAQ, just run python setup.py install -O2 :)
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.