Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51218
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <devyncjohnson@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.048 |
| X-Spam-Evidence | '*H*': 0.91; '*S*': 0.00; 'python3': 0.07; 'collier': 0.09; 'subject:Python3': 0.09; 'command.': 0.16; 'subject:send': 0.16; 'header:User-Agent:1': 0.23; 'received:10.0.0': 0.31; 'linux': 0.33; 'johnson': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'received:10.0': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'email addr:gmail.com': 0.63; 'subject:Platform': 0.84 |
| 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 :content-type:content-transfer-encoding; bh=Jd5X0AHtZMbbcaBoXJse4vR/+SIILAEMt64/+BnoAh4=; b=swsgKv1Ku7I2gEXnA1klSZt3170Iwl1uHg2gC1qaWYi7Sh0pq5u8cnlihLA8KYbaPf 1OFocs1rT3eQHMZ+qH7fHpgKV1Ft3OdbaCOrlHwVBujJqPgrqfoBhbn/PFrz3HXzmKui QIS0Y55gkQT/Hb1fUXP2qf8b8r7JP/kIhFs+zTaq7a4qBcEJCBUuHi4xoo9DbwqdZKcS fWBiB5Am9VSV8QpqGzXswFBc3qeQDyXyNeKtRlARLtfeLl1ZU2TZ3zeo9tKTroUw12bu uP2B6R/J7cvd6MX2JMFXYai2J2Ra/3Bozfgmax2shKu9VRw4vo61P4+7mTSeEbDTVL7B AzBw== |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Jd5X0AHtZMbbcaBoXJse4vR/+SIILAEMt64/+BnoAh4=; b=C6Aqiy0msZb8Pr8yR8wsDJ0HiKDIxX9mc7avUJY+mVAaXsB6gBLeFGi9fUnLZyf+Mn y66Xpevw0GSyNrjL2L1q9yySXVvSNNRomMNHxNR4h17lMxqei5lNlbvzjycleAuz5+zi gixWYltGKuMKdUpoxqUqGK+ZKQbRKILpoN8UESQ7NfAgv4n/7i84wb93NfykV0mmZAuj LfFDSvjeYr6W8Io/e++/8oZrPvzPwA2owdrQOlsiYMJ7gIus9dA7vOALGLHH/qfApOzh QMwhlBUC9OFCLaBvIMStcXm8LSQbB3aq3FAAlJLthUMMB93HqKPpDLsrqkcGUf2MsygL vOKg== |
| X-Received | by 10.50.61.171 with SMTP id q11mr320740igr.57.1374759566089; Thu, 25 Jul 2013 06:39:26 -0700 (PDT) |
| Date | Thu, 25 Jul 2013 09:39:22 -0400 |
| From | Devyn Collier Johnson <devyncjohnson@gmail.com> |
| 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 <python-list@python.org> |
| Subject | Cross-Platform Python3 Equivalent to notify-send |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5095.1374759569.3114.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1374759569 news.xs4all.nl 15886 [2001:888:2000:d::a6]:42788 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:51218 |
Show key headers only | View raw
Linux systems with the proper software can use the "notify-send" command. Is there a cross-platform Python3 equivalent? Mahalo, Devyn Collier Johnson DevynCJohnson@Gmail.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Cross-Platform Python3 Equivalent to notify-send Devyn Collier Johnson <devyncjohnson@gmail.com> - 2013-07-25 09:39 -0400
csiph-web