Changes between Initial Version and Version 1 of Ticket #1494


Ignore:
Timestamp:
2011-08-21T14:53:40Z (13 years ago)
Author:
davidsarah
Comment:

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  
    11I have made the test on an Ubuntu 10.04 and 11.04 distributions.
    22
    3 When I am installing tahoe-lafs using the sources with the commands:
     3When I install tahoe-lafs using the sources with the commands:
     4{{{
    45python ./setup.py build
    56python ./setup.py install
    6 
    7 All the dependencies are not correctly installed. Indeed some of them located on support/lib/... are not in /usr/local/python-X.XX/dist-packages/...
     7}}}
     8not 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/...
    89
    910So that when I use the command "tahoe" it generates missing dependencies error messages.
    1011
    1112Solution:
    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.
     13The 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.