Embed in App?

Hi Brian,
SQLite is embedded in recent versions of python so you don’t have to do anything to get that functionality, it is part of “batteries included”.

You don’t even have to create installers if you don’t want to. You can go the OS X way and just provide an archive with the application. People then unpack it and are ready to go.

You will have to maintain building scripts for each platform but their creation is generally a one time job.

Peter.

···

On Sun, Apr 6, 2008 at 9:01 PM, Brian Hamlin bh1@light42.com wrote:

Hi All-

I am evaluating a few options for a new project. I still know relatively little about what is possible and/or common in wxPython.

I’d like the result of the project to be a double-clickable icon for Windows and Mac (hopefully Linux)

I’d like the app to use SqlLite as the data store…

In other worlds, SqlLite is often embedded in the app, so its just one thing (no install step)… Can I do this with wxPython? Is this common? Confession: I work on a Mac, but the thing will run mainly on PCs.

thanks for any advice

-Brian

wxpython-users mailing list

wxpython-users@lists.wxwidgets.org

http://lists.wxwidgets.org/mailman/listinfo/wxpython-users


There is NO FATE, we are the creators.