han zheng: Thanks for reporting the fact that your Python doesn't have the bzip2 module. That's probably the cause of the failure to build Twisted.
On Wed, Apr 4, 2012 at 2:27 AM, han zheng <[email protected]> wrote: > how to install python with bzip2 supported? It's surprising that you have a version of Python *without* bzip2 supported. Every distribution of Python that I know of comes with bzip2 included. Where did you get your version of Python? What operating system are you running? The Tahoe-LAFS quickstart.rst says where to get Python: https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst If you get Python following the instructions in the quickstart.rst, it will come with bzip2. Alternately, you could download this tarball of all of the tahoe dependencies packaged with gzip: https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-deps.tar.gz In the future, we'll package the -SUMO distribution of Tahoe-LAFS with gzip only. Regards, Zooko _______________________________________________ tahoe-dev mailing list [email protected] http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
