﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	launchpad_bug
1494	'python setup.py install' does not install all dependencies	canercandan	canercandan	"I have made the test on an Ubuntu 10.04 and 11.04 distributions.

When I install tahoe-lafs using the sources with the commands:
{{{
python ./setup.py build
python ./setup.py install
}}}
not all of the dependencies are correctly installed. Indeed some of them located under support/lib/... are not in /usr/local/python-X.XX/dist-packages/...

So that when I use the command ""tahoe"" it generates missing dependencies error messages.

Solution:
The temporary solution is to manually copy the whole of files and subdirectories located on support/lib/... into /usr/local/python-X.XX/dist-packages/... and then it works fine.
"	defect	closed	major	undecided	code	1.8.2	somebody else's problem	setuptools install		
