Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51339
| Date | 2013-07-27 14:08 -0400 |
|---|---|
| From | Devyn Collier Johnson <devyncjohnson@gmail.com> |
| Subject | Re: Cross-Platform Python3 Equivalent to notify-send |
| References | <51F3A7BB.4000305@Gmail.com> <CAMw+j7K2KXSvFCAg8pMaMeV2wiQDCJWtv4bb9hFsbfHcdX_U6A@mail.gmail.com> <mailman.5165.1374927727.3114.python-list@python.org> <51f3ee66$0$29971$c3e8da3$5496439d@news.astraweb.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5184.1374948538.3114.python-list@python.org> (permalink) |
On 07/27/2013 11:59 AM, Steven D'Aprano wrote: > On Sat, 27 Jul 2013 08:22:00 -0400, Devyn Collier Johnson wrote: > >> On 07/27/2013 07:30 AM, Chris “Kwpolska” Warrick wrote: >>> On Sat, Jul 27, 2013 at 12:58 PM, Devyn Collier Johnson >>> <devyncjohnson@gmail.com> wrote: >>>> Linux systems with the proper software can use the "notify-send" >>>> command. Is there a cross-platform Python3 equivalent? > [snip answer "no"] > >> That really sucks. I was hoping Python had some way of doing that. All >> that it needs to do is display a little box at one of the corners of the >> screen. I thought someone would have implemented something by now. Thank >> you anyway. > If it's that simple, how about you do it? Won't take you more than, oh, > ten minutes, right? > > *wink* > > Don't underestimate the difficulty of "trivial" code when it has to work > on two dozens different platforms with different capabilities: > > Windows XP, 2000, Vista, 7, 8 ... > Mac OS-X > FreeBSD, OpenBSD, Linux, running KDE (3 or 4?), Gnome (2 or 3?), Trinity, > RatPoison, XFCE, something else... or no window manager at all > > > Yeah, good point Steven. It seems like it would be easy, but I know it is not. DCJ
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Cross-Platform Python3 Equivalent to notify-send Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-27 14:08 -0400
csiph-web