>   They're more like a neural network than a hierarchical assembly.

:)

>   I found and installed http://moinmo.in/ActionMarket/VisualSiteMap
>   When I try to run the action
>   http://localhost:8080/Trust?action=VisualSiteMap it returns:
>   AttributeError 'Request' object has no attribute 'http_headers'

Looks like the action code was not updated to recent moin versions.
You could either contact its author or fix it yourself:
The call is now emit_http_headers (just grep for it to get some example
usages).


>   CACHE_DIR  = "F:\MoinMoin\wiki\data\cache"

Be careful with backslashes.
Eiter use r"foo\bar" or "foo\\bar".




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to