On Mon, Jul 13, 2009 at 8:51 PM, Chris McDonough <[email protected]> wrote:
> # cd pypes/pypes > $ virtualenv --no-site-packages env > $ env/bin/python setup.py develop > > To run the bfgish app: > > $ env/bin/python run.py > I think you need repoze.profile to run this. OK... looking at pypes/bfgish/sampleapp/configure.yml... I am at first rather put off by all the "--- !". I don't know what it means, and a quick read of the YAML spec isn't very helpful. i assume the empty sections could actually be left out, but they are kept in for documentation purposes. The whole BFG sample app is confusing to me. Looking at quickwiki I understand it a bit better, familiarity with the framework I suppose (but then it also does something, which is always helpful ;). The use of !include bothers me, though I can't articulate exactly why. Maybe because I've had bad experiences, e.g., gigantic Apache configuration boilerplate files that get included. I think it's how the configuration develops over time that bothers me. If there was room for persistent documentation that could be held in the configuration, and the ability to view the configuration with all includes resolved, that would make me more comfortable. I think debugging configuration troubles me, and this configuration definitely is something that can have hard bugs. Well, that's as far as I got for now. -- Ian Bicking | http://blog.ianbicking.org | http://topplabs.org/civichacker --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
