[wxpython-users] a bit OT, db for deploying w/ wx on OS X?

Peter Damoc pdamoc at gmail.com
Fri Apr 18 23:50:07 PDT 2008


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.

Peter

On Fri, Apr 18, 2008 at 9:30 PM, iain duncan <iainduncan at telus.net> wrote:

> A little off topic, but I'm not sure where else to get practical
> feedback on this. I've got a booking system that will be run on OS X
> with a local database. I'm a relatively experienced python developer,
> but an os x newbie, and would like the whole thing to be as idiot proof
> as possible. Anyone have suggestions on what they have found to work
> well for that sort of thing? I'm used to using MySQL for web dev but
> installing the python mysql drivers on os x was painful.
>
> In use right now are:
> python2.5, from mac universal binary
> wxpython2.8, from mac universal binary
> FormEncode - from setuptools ( if you haven't checked it out, it's
> great! )
> SQLAlchemy0.4.3 - from setuptools
> MySQLdb - manual compile required with extra symlink in the system, ugh!
>
> and likely Paramiko for remote backups, but that could run separately.
>
> Also, in some cases this system may be deployed so that others can
> connect to the database, if this would change your recommendation, I'd
> love to hear that too.
>
> Lastly, if there is a better place to ask these sorts of questions, feel
> free to point me there!
>
> Thanks
> 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/a22ca0a7/attachment.htm


More information about the wxpython-users mailing list