How to add readline support to python 2.3b1 on HP-UX?

Martin v. Löwis martin at v.loewis.de
Mon May 26 16:40:23 EDT 2003


"Bernard Delmée" <bdelmee at advalvas.REMOVEME.be> writes:

> I see. That worked fine, thanks. I was surprised to see so few
> modules are enabled by default. 

Someone believed that it was a good idea to let setup.py figure out
all the modules. I still disagree.

> Now I have another question ;-)
> There's a copy of expat under Modules, but I there's only a
> Makefile.in there, no proper Makefile or configure script.
> How does one enable the expat module, then?

You have to explicitly list all the source code files. Look at how
setup.py would build the module.

Regards,
Martin





More information about the Python-list mailing list