On Oct 22, 2:18 pm, Michael Bayer <mike...@zzzcomputing.com> wrote:
> strange.  what happens if you examine the "test.db" file more closely, is it 
> created with odd permissions (like not readable or something strange ?)   is 
> there a filesystem problem, can you reproduce this issue on any workstation 
> /environment ?  the test case obviously works fine for me.   The 
> OperationalError you see, while branded by SQLAlchemy, is ultimately derived 
> from the pysqlite error object so that's their operational error, not ours.
>

I don't think it's a permission problem, since I'm on Windows and,
again, creating and reading the file from the sqlite3 module works
fine. I've also checked the permissions, and everything was as it
should be. Nevertheless, I've tested it on the Ubuntu VM I had lying
around and indeed it works. So the question becomes: is there some
sort of installation problem that can cause this? If not, and I try to
debug the library, what should I be looking for?

Thanks for the quick responde
-- João

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to