#1494 closed defect

Installation from sources not pretty fine — at Initial Version

Reported by: canercandan Owned by: nobody
Priority: major Milestone: undecided
Component: code Version: 1.8.2
Keywords: setuptools install Cc:
Launchpad Bug:

Description

I have made the test on an Ubuntu 10.04 and 11.04 distributions.

When I am installing tahoe-lafs using the sources with the commands: python ./setup.py build python ./setup.py install

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/...

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 sub-directories located on support/lib/... in /usr/local/python-X.XX/dist-packages/... and then it works fine.

Change History (0)

Note: See TracTickets for help on using tickets.