[tahoe-lafs-trac-stream] [tahoe-lafs] #1383: foolscap 0.6.1 has no such extra feature 'secure_connections'
tahoe-lafs
trac at tahoe-lafs.org
Mon Apr 18 17:51:21 PDT 2011
#1383: foolscap 0.6.1 has no such extra feature 'secure_connections'
---------------------------+-------------------------------------------
Reporter: zooko | Owner: warner
Type: defect | Status: new
Priority: major | Milestone: 1.9.0
Component: packaging | Version: 1.8.2
Resolution: | Keywords: setuptools foolscap pyOpenSSL
Launchpad Bug: |
---------------------------+-------------------------------------------
Comment (by zooko):
Replying to [comment:13 charlesnw]:
> python -c 'import pkg_resources;print pkg_resources.require("Foolscap")'
>
> [foolscap 0.6.1 (/usr/local/lib/python2.7/dist-packages)]
>
>
> python -c 'import foolscap;print foolscap;print foolscap.__version__'
>
>
> <module 'foolscap' from '/usr/local/lib/python2.7/dist-
packages/foolscap/__init__.pyc'>
> 0.6.1
The word "local" in there makes me think this is something you installed
yourself rather that Ubuntu's packaging. On Ubuntu 10.04 Lucid, at least,
the locations are:
{{{
$ python -c 'import pkg_resources;print pkg_resources.require("Foolscap")'
[foolscap 0.5.1 (/usr/lib/pymodules/python2.6), Twisted 10.0.0
(/usr/lib/python2.6/dist-packages)]
$ python -c 'import foolscap;print foolscap;print foolscap.__version__'
<module 'foolscap' from
'/usr/lib/pymodules/python2.6/foolscap/__init__.pyc'>
0.5.1
}}}
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1383#comment:15>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list