Re: Combining python and sqlite DB into a single, "executeable".

2009-10-06 Thread tcumming123
Ya, I thought of that... However... - It would be nice to be able to execute it directly (i.e,. click on it). You can't, "execute" a directory. - It would be more work to send as an email attachment. - I thought it was a cool idea, and had hoped someone else had figured out how to d

Combining python and sqlite DB into a single, "executeable".

2009-10-06 Thread tcumming123
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 acce