I built tahoe in a subdirectory called mytahoe.  The build command and last few lines are:<br><span style="background-color: rgb(153, 255, 153);">python setup.py build</span><br><span style="background-color: rgb(255, 255, 204);">copying src/allmydata/web/tahoe.css -> build/lib.linux-x86_64-2.6/allmydata/web</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">copying src/allmydata/web/upload-results.xhtml -> build/lib.linux-x86_64-2.6/allmydata/web</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">copying src/allmydata/web/upload-status.xhtml -> build/lib.linux-x86_64-2.6/allmydata/web</span><br style="background-color: rgb(255, 255, 204);">
<span style="background-color: rgb(255, 255, 204);">copying src/allmydata/web/welcome.xhtml -> build/lib.linux-x86_64-2.6/allmydata/web</span><br style="background-color: rgb(255, 255, 204);"><span style="background-color: rgb(255, 255, 204);">copying src/allmydata/test/figleaf.excludes -> build/lib.linux-x86_64-2.6/allmydata/test</span><br>
<span style="background-color: rgb(153, 255, 153);">ted@rigel:~/mytahoe/allmydata-tahoe-1.8.0$</span> <br><br>Then:<br><span style="background-color: rgb(153, 255, 153);">python setup.py test</span><br>Last few lines:<br>
<span style="background-color: rgb(255, 204, 204);">running build_py</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">copying src/allmydata/_auto_deps.py -> build/lib.linux-x86_64-2.6/allmydata</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">running trial</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">Traceback (most recent call last):</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">  File "setup.py", line 373, in <module></span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">    **setup_args</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">  File "/usr/lib/python2.6/distutils/core.py", line 152, in setup</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">    dist.run_commands()</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">  File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">    self.run_command(cmd)</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">  File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">    cmd_obj.run()</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">  File "/home/ted/mytahoe/allmydata-tahoe-1.8.0/setuptools-0.6c16dev2.egg/setuptools/command/test.py", line 111, in run</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">    self.distribution.fetch_build_eggs(self.distribution.install_requires)</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">  File "/home/ted/mytahoe/allmydata-tahoe-1.8.0/setuptools-0.6c16dev2.egg/setuptools/dist.py", line 284, in fetch_build_eggs</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">    parse_requirements(requires), installer=self.fetch_build_egg</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">  File "/home/ted/mytahoe/allmydata-tahoe-1.8.0/setuptools-0.6c16dev2.egg/pkg_resources.py", line 569, in resolve</span><br style="background-color: rgb(255, 204, 204);">
<span style="background-color: rgb(255, 204, 204);">    raise VersionConflict(dist,req) # XXX put more info here</span><br style="background-color: rgb(255, 204, 204);"><span style="background-color: rgb(255, 204, 204);">pkg_resources.VersionConflict: (pycryptopp 0.5.17 (/usr/lib/pymodules/python2.6), Requirement.parse('pycryptopp>=0.5.20'))</span><br>
<span style="background-color: rgb(153, 255, 153);">ted@rigel:~/mytahoe/allmydata-tahoe-1.8.0$ </span><br><br>I did get tahoe running the first time I installed it.  (Many) subsequent installations into (many) different directories all gave the above result.<br>
<br>Ted<br>