Hi Brian,
Brian Hamlin wrote:
<div class="moz-text-flowed" style="font-family: -moz-fixed">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</div>
There are a handful of other ways to package an application. Just last week, this topic was discussed on comp.lang.python and someone had compiled a list of the various scripts that can help. You can check them out here:
I've seen some programs that just use the *.pyc files and I've heard that that is a viable option, but I don't know how they go about doing it. Maybe some of the other regulars here can share that information?
Mike