[wxpython-users] a bit OT, db for deploying w/ wx on OS X?
Peter Damoc
pdamoc at gmail.com
Sat Apr 19 01:15:33 PDT 2008
The installer on OS X is rare. Most applications are distributed as a drag
and drop self contained app. You add a nice folder background and a link to
the Applications folder and you're done.
As for sqlite.... I believe is quite capable. If you think about using MySQL
for performance reasons... I think you're better off with SQLite. :)
Peter
On Sat, Apr 19, 2008 at 11:06 AM, iain duncan <iainduncan at telus.net> wrote:
> On Sat, 2008-19-04 at 09:50 +0300, Peter Damoc wrote:
> > Hi Iain,
> > My suggestion is to use SQLite and provide the outside access to the
> > database via some kind of background service. (not RAW access but API
> > access)
> > Use something like a SimpleXMLRPCServer for this.
> >
> > As for making it "idiot proof" this is a requirement that I think
> > cannot be met.
> > These "idiots" are very very creative and they will for sure find ways
> > to screw your system.
>
> Cool, thanks for all the tips everyone. I actually just meant the
> installer should be idiot proof, as the idiot in question will likely be
> me!
>
> Do you think sqlite on os x would be ok to backend a web site? In this
> case the issue is that I would like a turbogears app to be usable off
> the same database, but uptime from the local machine using the wxPython
> app is critical while uptime from the web is gravy and will be low
> traffic. So even if they aren't really set up to serve, an underpowered
> server will be totally fine for web access.
>
> Thanks again!
> Iain
>
>
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
-- =
There is NO FATE, we are the creators.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200804=
19/78bae803/attachment.htm
More information about the wxpython-users
mailing list