Comment 6 for bug 254035

Revision history for this message
In , zooko (zooko-tahoe-trac) wrote :

Here's a related question: is Nevow installed on fluxx in such a way that pkg_resources recognizes it and its version number? Try this:

{{{
python -c 'import pkg_resources;print pkg_resources.require("nevow")'
}}}
and
{{{
python -c 'import pkg_resources;print pkg_resources.require("nevow == 0.9.31")'
}}}