10 | | Then update and install the {{{allmydata-tahoe}}} package. apt-get will automatically acquire a {{{foolscap}}} .deb package from the same location in order to satisfy its dependencies. These packages are generated each time the code is changed, and represent the most up-to-date (read "unstable") version available. The usual warnings about no guarantees apply: it might cause your computer to catch fire, might steal your dog, etc. |
| 13 | Then update and install the {{{allmydata-tahoe}}} package. apt-get will |
| 14 | automatically acquire a {{{foolscap}}} .deb package from the same location in |
| 15 | order to satisfy its dependencies. These packages are generated each time the |
| 16 | code is changed, and represent the most up-to-date (read "unstable") version |
| 17 | available. The usual warnings about no guarantees apply: it might cause your |
| 18 | computer to catch fire, might steal your dog, etc. |
16 | | There are no pre-built packages available for dapper or sarge, as these releases are too old to provide the necessary support packages (python-central, setuptools, etc). You can probably still install from source on these releases, however. |
| 25 | There are no pre-built packages available for dapper or sarge, as these |
| 26 | releases are too old to provide the necessary support packages |
| 27 | (python-central, setuptools, etc). You can probably still install from source |
| 28 | on these releases, however. |
22 | | While the tahoe package on edgy will install, it appears that the version of Nevow (0.7.0) which shipped with edgy is broken, preventing the tahoe node's webserver from running. The symptom is an exception at node startup that looks like this: |
| 34 | While the tahoe package on edgy will install, it appears that the version of |
| 35 | Nevow (0.7.0) which shipped with edgy is broken (ubuntu bug |
| 36 | [https://bugs.launchpad.net/ubuntu/+source/nevow/+bug/61423 #61423]), |
| 37 | preventing the tahoe node's webserver from running. The symptom is an |
| 38 | exception at node startup that looks like this: |
25 | | File "/var/lib/python-support/python2.4/formless/annotate.py", line 17, in ? |
26 | | from nevow.compy import Interface, MetaInterface |
27 | | exceptions.ImportError: cannot import name MetaInterface |
| 41 | File "/var/lib/python-support/python2.4/formless/annotate.py", line 17, in ? |
| 42 | from nevow.compy import Interface, MetaInterface |
| 43 | exceptions.ImportError: cannot import name MetaInterface |