Re: Compiling python readline module

2009-09-17 Thread Michael Twomey
Another option is to download the source tarball for the matching python and run the setup.py within that. All the optional modules in python are built via a setup.py in the main source, so it should be possible to run that independently of the main build. (not tested): $ cd Python-2.4.4 $ pytho

Re: Compiling python readline module

2009-09-17 Thread Aoife Hughes
Good thought. Unfortunately, the best match (for version 2.5.1 doesn't quite match the version of 2.4 that's packaged with OpenSolaris (2.4.4 - I know it's old but it's what we have)... but I'll hack away and see how it goes. So, it seems there are a few mild issues I have to take care of in gene

Re: Compiling python readline module

2009-09-16 Thread Rob Mason
Do you have setup_tools installed? If so 'easy_install readline' will do. On Wed, Sep 16, 2009 at 5:43 PM, Aoife Hughes wrote: > > Hey all, > > Quick question: Is there an easy way to compile python's readline > module without completely rebuilding python? > > Background: Solaris doesn't packag

Compiling python readline module

2009-09-16 Thread Aoife Hughes
Hey all, Quick question: Is there an easy way to compile python's readline module without completely rebuilding python? Background: Solaris doesn't package readline by default. Well, it does now (at least in the dev repositories), but their distribution of python isn't built to include the readl