Changes between Initial Version and Version 1 of Ticket #1383, comment 23
- Timestamp:
- 2011-04-19T18:41:57Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1383, comment 23
initial v1 1 1 Here you go: 2 2 3 3 {{{ 4 4 wgw-whg@kiab:~$ python -c 'import pkg_resources;print pkg_resources.require("Foolscap")' 5 5 [foolscap 0.6.1 (/usr/lib/python2.7/dist-packages)] … … 9 9 <module 'foolscap' from '/usr/lib/python2.7/dist-packages/foolscap/__init__.pyc'> 10 10 0.6.1 11 }}} 11 12 12 13 Tahoe still fails with 13 pkg_resources. UnknownExtra: foolscap 0.6.1 has no such extra feature 'secure_connections'14 pkg_resources.!UnknownExtra: foolscap 0.6.1 has no such extra feature 'secure_connections'