On 2009-10-06 16:16 PM, tcumming...@gmail.com wrote:
Any body got any ideas how to do the following...

I would like to be able to write an app in python that keeps it's
persistent data in a sqlite database file.

So far so good. The problem, is that I need the python app and the
sqlite db file to exist in the same disk file. This way the app to
access the data and the data are in the same file.

Would having the app and the data file in the same directory satisfy your use case just as well? You could move the directory around just as well as you could move the file.

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to