Changes between Version 3 and Version 4 of DownloadDebianPackages


Ignore:
Timestamp:
2007-08-21T21:49:29Z (17 years ago)
Author:
warner
Comment:

nevow is broken on edgy

Legend:

Unmodified
Added
Removed
Modified
  • DownloadDebianPackages

    v3 v4  
    1515
    1616There 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.
     17
     18== Problems ==
     19
     20=== Edgy ===
     21
     22While 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:
     23
     24{{{
     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
     28}}}
     29
     30We do not yet know of a solid workaround for this. One suggestion is to comment out the "from allmydata.webish import WebishServer" line from allmydata/client.py and not use the 'webport' feature. Another is to modify formless/annotate.py and try to fix that import problem. A third is to find a backport of a newer version of nevow.
     31