<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=content-type>
<STYLE type=text/css>
body {
        font-size:12pt; font-family:simsun,serif;
}
</STYLE>
<!-- flashmail style begin -->
<STYLE type=text/css> <!--@import url(C:\Program Files\Netease\网易闪电邮\\data\scrollbar.css); -->
blockquote {
        margin-top:0; margin-bottom:0; margin-left:2em;
}
body {
        padding:0; margin:0;
}
</STYLE>
<BASE target=_blank><!-- flashmail style end -->
<META name=GENERATOR content="MSHTML 9.00.8112.16441"></HEAD>
<BODY 
style="LINE-HEIGHT: 1.3; BORDER-RIGHT-WIDTH: 0px; MARGIN: 12px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px"><STATIONERY>
<DIV>
<DIV><FONT size=2 face=Verdana>hi, </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>When I use the system's default python(2.6 with bz2 supported), -SUMO doesn't seem to work. Here is the details: </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>**************************************************************************** </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>zhan@book-desktop:~/allmydata-tahoe-1.9.1-SUMO$ python setup.py install </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>Not found: ../tahoe-deps </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>Download error: [Errno -2] Name or service not known -- Some packages may not be found! </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>Download error: [Errno -2] Name or service not known -- Some packages may not be found! </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:10:20: error: Python.h: No such file or directory </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:31: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:45: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PortmapMethods’ </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c: In function ‘initportmap’: </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:55: warning: implicit declaration of function ‘Py_InitModule’ </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:55: error: ‘PortmapMethods’ undeclared (first use in this function) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:55: error: (Each undeclared identifier is reported only once </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>twisted/runner/portmap.c:55: error: for each function it appears in.) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>Traceback (most recent call last): </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "setup.py", line 468, in <module> </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    **setup_args </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/usr/lib/python2.6/distutils/core.py", line 113, in setup </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    _setup_distribution = dist = klass(attrs) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/dist.py", line 260, in __init__ </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    self.fetch_build_eggs(attrs.pop('setup_requires')) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/dist.py", line 284, in fetch_build_eggs </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    parse_requirements(requires), installer=self.fetch_build_egg </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/pkg_resources.py", line 573, in resolve </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    dist = best[req.key] = env.best_match(req, self, installer) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/pkg_resources.py", line 823, in best_match </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    return self.obtain(req, installer) # try and download/install </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/pkg_resources.py", line 835, in obtain </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    return installer(requirement) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/dist.py", line 327, in fetch_build_egg </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    return cmd.easy_install(req) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/command/easy_install.py", line 453, in easy_install </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    return self.install_item(spec, dist.location, tmpdir, deps) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/command/easy_install.py", line 483, in install_item </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    dists = self.install_eggs(spec, download, tmpdir) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/command/easy_install.py", line 663, in install_eggs </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    return self.build_and_install(setup_script, setup_base) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/command/easy_install.py", line 938, in build_and_install </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    self.run_setup(setup_script, setup_base, args) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>  File "/home/zhan/allmydata-tahoe-1.9.1-SUMO/setuptools-0.6c16dev3.egg/setuptools/command/easy_install.py", line 929, in run_setup </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>    raise DistutilsError("Setup script exited with %s" % (v.args[0],)) </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>distutils.errors.DistutilsError: Setup script exited with error: command 'gcc' failed with exit status 1 </FONT></DIV>
<DIV><FONT size=2 face=Verdana><A 
href="mailto:zhan@book-desktop:~/allmydata-tahoe-1.9.1-SUMO$">zhan@book-desktop:~/allmydata-tahoe-1.9.1-SUMO$</A>  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>*****************************************************************************</FONT></DIV>
<DIV><FONT size=2 face=Verdana>why?thanks</FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>2012-04-05 </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>han zheng </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>发件人:Zooko Wilcox-O'Hearn </FONT></DIV>
<DIV><FONT size=2 face=Verdana>发送时间:2012-04-04 20:44 </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>主题:Re: [tahoe-dev] 回复: Re: 回复: Re: how to run the tahoe-lafs in another computer without internet? </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>收件人:"Tahoe-LAFS development"<tahoe-dev@tahoe-lafs.org> </FONT></DIV>
<DIV><FONT size=2 face=Verdana>抄送: </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>han zheng:  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>Thanks for reporting the fact that your Python doesn't have the bzip2  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>module. That's probably the cause of the failure to build Twisted.  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>On Wed, Apr 4, 2012 at 2:27 AM, han zheng <z.han0903@gmail.com> wrote:  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>> how to install python with bzip2 supported?  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>It's surprising that you have a version of Python *without* bzip2  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>supported. Every distribution of Python that I know of comes with  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>bzip2 included. Where did you get your version of Python? What  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>operating system are you running?  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>The Tahoe-LAFS quickstart.rst says where to get Python:  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/quickstart.rst  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>If you get Python following the instructions in the quickstart.rst, it  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>will come with bzip2.  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>Alternately, you could download this tarball of all of the tahoe  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>dependencies packaged with gzip:  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-deps.tar.gz  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 
face=Verdana>In the future, we'll package the -SUMO distribution of Tahoe-LAFS with  </FONT></DIV>
<DIV><FONT size=2 face=Verdana>gzip only.  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>Regards,  </FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>Zooko  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>_______________________________________________  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>tahoe-dev mailing list  </FONT></DIV>
<DIV><FONT size=2 face=Verdana>tahoe-dev@tahoe-lafs.org  </FONT></DIV>
<DIV><FONT size=2 
face=Verdana>http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev  </FONT></DIV></DIV></STATIONERY></BODY></HTML>