Python and sqlite3 problem
John Rickman (71) 646 posts |
The following python script runs to completion on Linux and creates a database file “test_db” in the same directory as the script.
On RISC OS the same code fails with error:-
It does create a file but it does not put it in the same directory as the python script, but in the parent directory. It also mangles the name. |