This one time, at band camp, Alex Ross wrote: > >I had a couple of issues getting QuickWiki installed. > >Firstly, I don't have PostgreSQL installed, so I tried to switch to an >sqlite backend. Apparently, you have to use 4 slashes to specify an >absolute directory with sqlalchemy. I guess this is more of an >sqlalchemy issue, but still, it took me an hour or so to figure out >that I needed an extra forward slash. Frustrating!
Well, it's a URL: protocol hostname pathname sqlite:// / /tmp/foo.db --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
