Thanks for the info. The issue turned out to be a syntax error in the way I created my model, specifically a MultipleJoin. The error wasn't very helpful in pointing me to the right place but I was able to track it down the issue by trial and error. Thanks!
On 9/19/06, Jorge Vargas <[EMAIL PROTECTED]> wrote: > > On 9/18/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > > > On Sep 15, 2006, at 12:38 PM, Lee McFadden wrote: > > > > > > > > On 9/15/06, Italo Maia <[EMAIL PROTECTED]> wrote: > > >> > > >> This uri seems like wrong to me... > > >> try this: > > >> sqlobject.dburi="sqlite:///c:/py/Snazzy/devdata.sqlite" > > >> > > > > > > The original URI is correct. On windows you need to substitute C| for > > > C:/ for sqlite paths. > > > > iirc, they both work as of a couple releases back. > > > yes that is correct it was around 0.9a4 or 5 > > Kevin > > > > > > > > > > > -- "A little government and a little luck are necessary in life, but only a fool trusts either of them." -- P. J. O'Rourke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

