Changes between Initial Version and Version 1 of Ticket #1494
- Timestamp:
- 2011-08-21T14:53:40Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1494
- Property Keywords setuptools install added
- Property Owner changed from nobody to somebody
- Property Component changed from unknown to code
- Property Summary changed from Installation from sources not pretty fine to 'python setup.py install' does not install all dependencies
-
Ticket #1494 – Description
initial v1 1 1 I have made the test on an Ubuntu 10.04 and 11.04 distributions. 2 2 3 When I am installing tahoe-lafs using the sources with the commands: 3 When I install tahoe-lafs using the sources with the commands: 4 {{{ 4 5 python ./setup.py build 5 6 python ./setup.py install 6 7 All the dependencies are not correctly installed. Indeed some of them located onsupport/lib/... are not in /usr/local/python-X.XX/dist-packages/...7 }}} 8 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/... 8 9 9 10 So that when I use the command "tahoe" it generates missing dependencies error messages. 10 11 11 12 Solution: 12 The temporary solution is to manually copy the whole of files and sub -directories located on support/lib/... in/usr/local/python-X.XX/dist-packages/... and then it works fine.13 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.