[issue25763] I cannot use absolute path in sqlite3 , python 2.7.9, windows

2015-11-29 Thread R. David Murray
R. David Murray added the comment: Did you try just using the absolute file path without the file://? That should work. I don't believe uri interpretation is enabled by default, according to the docs you linked to. -- nosy: +r.david.murray ___

[issue25763] I cannot use absolute path in sqlite3 , python 2.7.9, windows

2015-11-29 Thread jingtao chen
New submission from jingtao chen: I tried the way like here https://www.sqlite.org/c3ref/open.html#urifilenamesinsqlite3open but it is useless what I got is C:\Users\CJT-6220>python D:\NKUSearch\pr_cal\main.py Traceback (most recent call last): File "D:\NKUSearch\pr_cal\main.py", line 7,

[issue25763] I cannot use absolute path in sqlite3 , python 2.7.9, windows

2015-11-29 Thread jingtao chen
jingtao chen added the comment: wow...It works... -- status: open -> closed ___ Python tracker ___ ___

[issue25763] I cannot use absolute path in sqlite3 , python 2.7.9, windows

2015-11-29 Thread Eryk Sun
Changes by Eryk Sun : -- resolution: -> not a bug stage: -> resolved ___ Python tracker ___