Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'anyway.': 0.05; 'linux,': 0.07; 'python3': 0.07; '2000,': 0.09; 'collier': 0.09; 'oh,': 0.09; 'screen.': 0.09; 'subject:Python3': 0.09; 'yeah,': 0.09; 'python': 0.11; 'windows': 0.15; '11:59': 0.16; 'command.': 0.16; 'freebsd,': 0.16; 'subject:send': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'seems': 0.21; '>>>': 0.22; 'platforms': 0.22; 'header:User- Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'chris': 0.29; 'am,': 0.29; 'code': 0.31; 'received:10.0.0': 0.31; 'that.': 0.31; '>>>>': 0.31; "d'aprano": 0.31; 'easy,': 0.31; 'steven': 0.31; 'linux': 0.33; 'running': 0.33; 'implemented': 0.33; 'mac': 0.33; 'not.': 0.33; 'display': 0.35; 'something': 0.35; 'johnson': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'minutes,': 0.36; 'right?': 0.36; 'doing': 0.36; 'received:10.0': 0.36; 'two': 0.37; 'received:10': 0.37; 'thank': 0.38; 'manager': 0.38; 'window': 0.38; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'skip:u 10': 0.60; 'simple,': 0.60; 'more': 0.64; 'different': 0.65; 'skip:\xe2 10': 0.65; 'difficulty': 0.68; '8bit%:43': 0.74; 'jul': 0.74; 'hoping': 0.75; 'dozens': 0.84; 'subject:Platform': 0.84; 'vista,': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=jgjwZ5gE1kBAosot6nJ7utRkaIEO+lTQHRJOHJzUYdo=; b=RE8dPOumQnQRUl40uMTAs3G8w5h/t/Cp8bWDndSqd2GKTGSckQX1ACzHHBhbp8deYF /pQ3JosSl1/vu0GRKXMFx2HUyJTn5WTj1eHjmkxkgMR+Icmyae5ym9tpJff8t2osGymU itkDXQps1BZmPYBWkrouKg34Rc+ZL3GmrPZELpQpBvAprGmvpzgiOEGZqCkF+Ag3Iph2 i8Rx74orWIsFYaOyPt+LpkMOElFXNJuIjAAOv9/Qy+IkhhiictWFVmfHzRZLGBotBnxV HRiiDk95eN7k6wIZFIso9WrW8wnr3IxOZWha4bZzlcHSfCaiv3B8jj1YCCXhaaEZlThD FCYA== X-Received: by 10.60.38.164 with SMTP id h4mr53153675oek.22.1374948535084; Sat, 27 Jul 2013 11:08:55 -0700 (PDT) Date: Sat, 27 Jul 2013 14:08:52 -0400 From: Devyn Collier Johnson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Python Mailing List Subject: Re: Cross-Platform Python3 Equivalent to notify-send References: <51F3A7BB.4000305@Gmail.com> <51f3ee66$0$29971$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <51f3ee66$0$29971$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374948538 news.xs4all.nl 15986 [2001:888:2000:d::a6]:53821 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51339 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 >>> 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