Opened at 2010-06-22T09:19:36Z
Closed at 2011-07-22T20:33:56Z
#1096 closed defect (invalid)
Have a dependency on pyutil
Reported by: | arthur | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | packaging | Version: | 1.7.0 |
Keywords: | install pyutil zfec debian | Cc: | |
Launchpad Bug: |
Description
$ tahoe Traceback (most recent call last):
File "/usr/bin/tahoe", line 2, in <module>
from allmydata.scripts import runner
File "/usr/lib/python2.5/site-packages/allmydata/scripts/runner.py", line 9, in <module>
pkg_resources.require('allmydata-tahoe')
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound?(req) # XXX put more info here
pkg_resources.DistributionNotFound?: pyutil>=1.3.19
python-pyutil is not yet packaged for debian, altough it seems to be work in progress : http://python-modules.alioth.debian.org/cgi-bin/pet.cgi
Change History (3)
comment:1 Changed at 2010-07-17T05:41:48Z by davidsarah
- Component changed from unknown to packaging
- Keywords install pyutil debian added
- Milestone changed from 1.7.1 to soon
- Owner changed from nobody to somebody
comment:2 Changed at 2010-07-17T05:44:44Z by davidsarah
comment:3 Changed at 2011-07-22T20:33:56Z by davidsarah
- Keywords zfec added
- Resolution set to invalid
- Status changed from new to closed
This is resolved in the current Debian and Ubuntu packaging by patching the python-zfec package to not depend on pyutil.
If I understand correctly, this is to do with the debian packaging of Tahoe-LAFS, which is independent of the Tahoe-LAFS release process.