<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<STYLE type=text/css> <!--@import url(scrollbar.css); --></STYLE>

<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<STYLE>                   body{FONT-SIZE:12pt; FONT-FAMILY:宋体,serif;}         </STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16441"><BASE 
target=_blank></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" 
marginheight="0" marginwidth="0">
<DIV><FONT color=#000000 size=2 face=Verdana>hi 
Zooko,</FONT></DIV>
<DIV><FONT size=2 face=Verdana>The output is:</FONT></DIV>
<DIV><FONT size=2 face=Verdana>**********</FONT></DIV>
<DIV><FONT size=2 face=Verdana>Linux<BR>('32bit', 'ELF')<BR>2.7.2+</FONT></DIV>
<DIV><FONT size=2 face=Verdana>**********</FONT></DIV>
<DIV><FONT size=2 face=Verdana>and I think I figure it out, because I installed 
it in a virtual machine without internet connected. So it failed to download the 
precompiled binary of Twisted, and I have not installed the "python-dev" package 
in my system at the same time.</FONT></DIV>
<DIV><FONT size=2 face=Verdana>Thanks</FONT></DIV>
<DIV> </DIV>
<DIV align=left><FONT color=#c0c0c0 size=2 face=Verdana>2012-04-05</FONT></DIV>
<DIV align=left><FONT size=2 face=Verdana>
<HR style="WIDTH: 122px; HEIGHT: 2px" id=SignNameHR align=left SIZE=2>
</FONT></DIV>
<DIV align=left><FONT color=#c0c0c0 size=2 face=Verdana><SPAN 
id=_FlashSignName>han zheng</SPAN></FONT></DIV>
<DIV><FONT size=2 face=Verdana>
<HR>
</FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>发件人:</STRONG>Zooko 
Wilcox-O'Hearn</FONT></DIV>
<DIV><FONT size=2 
face=Verdana><STRONG>发送时间:</STRONG>2012-04-05 23:23</FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>主题:</STRONG>Re: [tahoe-dev] 回复: Re: 回复: 
Re: 回复: Re: how to run the tahoe-lafs in another computer without 
internet?</FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>收件人:</STRONG>"Tahoe-LAFS 
development"<tahoe-dev@tahoe-lafs.org></FONT></DIV>
<DIV><FONT size=2 face=Verdana><STRONG>抄送:</STRONG></FONT></DIV>
<DIV><FONT size=2 face=Verdana></FONT> </DIV>
<DIV><FONT size=2 face=Verdana>
<DIV>Hello han zheng: </DIV>
<DIV> </DIV>
<DIV>On Thu, Apr 5, 2012 at 8:26 AM, han zheng <z.han0903@gmail.com> wrote: </DIV>
<DIV>> twisted/runner/portmap.c:10:20: error: Python.h: No such file or directory </DIV>
<DIV> </DIV>
<DIV>This means that it attempted to compile Twisted from source, and it </DIV>
<DIV>failed to compile. This part of Tahoe-LAFS packaging is confusing, </DIV>
<DIV>because there are two different ways that it attempts to satisfy the </DIV>
<DIV>requirement for Twisted. First, it checks whether it can download a </DIV>
<DIV>precompiled binary of Twisted for your platform. It looks in at least </DIV>
<DIV>these three locations: </DIV>
<DIV> </DIV>
<DIV>https://pypi.python.org/pypi/Twisted </DIV>
<DIV>http://twistedmatrix.com/trac/ </DIV>
<DIV>https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/README.html </DIV>
<DIV> </DIV>
<DIV>That last location is under our control, and we could fix this problem </DIV>
<DIV>for you if someone would build a Twisted binary for your platform that </DIV>
<DIV>we could host there. Would you please post the output of: </DIV>
<DIV> </DIV>
<DIV>python -c 'import platform;print platform.system();print </DIV>
<DIV>platform.architecture();print platform.python_version()' </DIV>
<DIV> </DIV>
<DIV>Anyway, if the build system doesn't find a precompiled binary of </DIV>
<DIV>Twisted for your platform then it tries the other approach, which is </DIV>
<DIV>that it downloads the source code of Twisted and tries to compile it. </DIV>
<DIV>The reason it failed to compile is that you don't have the "Python.h" </DIV>
<DIV>file installed. That file comes from the "python-dev" package on </DIV>
<DIV>Ubuntu, so if you install that package then I believe your build </DIV>
<DIV>process will proceed. </DIV>
<DIV> </DIV>
<DIV>Regards, </DIV>
<DIV> </DIV>
<DIV>Zooko </DIV>
<DIV>_______________________________________________ </DIV>
<DIV>tahoe-dev mailing list </DIV>
<DIV>tahoe-dev@tahoe-lafs.org </DIV>
<DIV>http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev </DIV></FONT></DIV></BODY></HTML>