On Tue, Jul 8, 2014 at 6:23 AM, Edward K. Ream <[email protected]> wrote:

> uri = 'sqlite:c://users//edreamleo//lndb.sqlite'
>
> Got this error:
[snip]

Added four slashes:

uri = 'sqlite:////c://users//edreamleo//lndb.sqlite'

Now I get:

OperationalError: (OperationalError) unable to open database file None None

So presumably I have to set up the db first.  Guess I'll have to read
the manual ;-)

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to