On Thu, Apr 5, 2012 at 7:37 AM, han zheng <[email protected]> wrote: > > I got the python from http://www.python.org/getit/, and I think it is ok, my > os is ubuntu9.10, I donnot know why. Installation of python2.7 is > just:./configure;make install. I donnot know why there is no bz2 supported. > Is there need to make some configuration?thanks
I see. I think the reason that the resulting Python executable didn't have a bz2 module may have been that your system didn't have the "libbz2-dev" package installed when you ran "./configure": http://packages.ubuntu.com/search?keywords=libbz2-dev&searchon=names&suite=all§ion=all By the way, that list of results from searching for "libbz2-dev" doesn't show Ubuntu 9.10, because that version of Ubuntu is no longer supported and does not receive security patches. Regards, Zooko _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
