Re: PyBlosxom installation issues
will <[email protected]> Mon, 28 Apr 2008 20:53:29 -0400
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
J O wrote: > > The flavourdir and related properties I set in my config.py is as follows: > > py["flavourdir"] = ["/virtual/tm256/public_html/python/blog/flavours"] > py["default_flavour"] = "html" Ok... that's the problem there. The flavourdir property must be a string--not an array of strings. Change it to: py["flavourdir"] = "/virtual/tm256/public_html/python/blog/flavours" and that should fix your current issue. Hope that helps! /will ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone