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