Re: mac dashboad

2007-12-21 Thread Carl K
Chris Mellon wrote: > On Dec 21, 2007 3:25 PM, Carl K <[EMAIL PROTECTED]> wrote: >> ianaré wrote: >>> On Dec 21, 12:37 pm, Carl K <[EMAIL PROTECTED]> wrote: How do I hang an app off the mac dashboard? The goal is a python version of Weatherbug. something like: read xml

Re: mac dashboad

2007-12-21 Thread Chris Mellon
On Dec 21, 2007 3:25 PM, Carl K <[EMAIL PROTECTED]> wrote: > ianaré wrote: > > On Dec 21, 12:37 pm, Carl K <[EMAIL PROTECTED]> wrote: > >> How do I hang an app off the mac dashboard? > >> > >> The goal is a python version of Weatherbug. > >> > >> something like: > >> read xml data from a URL, > >>

Re: mac dashboad

2007-12-21 Thread Paul McNett
Carl K wrote: > Yes. But I don't want to rely on wx - trying to use just native mac python > (whatever they ship with) Since OSX 10.4, Mac ships with wxPython installed. Paul -- http://paulmcnett.com -- http://mail.python.org/mailman/listinfo/python-list

Re: mac dashboad

2007-12-21 Thread Carl K
ianaré wrote: > On Dec 21, 12:37 pm, Carl K <[EMAIL PROTECTED]> wrote: >> How do I hang an app off the mac dashboard? >> >> The goal is a python version of Weatherbug. >> >> something like: >> read xml data from a URL, >> display some numbers, >> mouse over shows more details >> >> Carl K > > What

Re: mac dashboad

2007-12-21 Thread ianaré
On Dec 21, 12:37 pm, Carl K <[EMAIL PROTECTED]> wrote: > How do I hang an app off the mac dashboard? > > The goal is a python version of Weatherbug. > > something like: > read xml data from a URL, > display some numbers, > mouse over shows more details > > Carl K What is the dashboard - is it anyt

mac dashboad

2007-12-21 Thread Carl K
How do I hang an app off the mac dashboard? The goal is a python version of Weatherbug. something like: read xml data from a URL, display some numbers, mouse over shows more details Carl K -- http://mail.python.org/mailman/listinfo/python-list