Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24977
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <andrea.crotti.0@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.056 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.00; 'python': 0.09; 'subject:files': 0.09; 'cc:addr:python-list': 0.10; 'anyway': 0.11; 'subject:stuck': 0.16; 'code.': 0.20; 'file.': 0.20; 'txt': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'url:mailman': 0.29; 'probably': 0.29; 'url:python': 0.32; 'file': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'path': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'url:org': 0.36; 'useful': 0.36; 'two': 0.37; 'quite': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'some': 0.38; 'header:Received:5': 0.40; 'url:mail': 0.40; 'think': 0.40; 'easy': 0.60; 'link': 0.60; 'ever': 0.63; 'wat': 0.84; 'subject:!!': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7tpCcOIkWoKmthxnkWhUS0HFC+cMsyhVg6xI+6SHFBU=; b=RgqxXrBlSUBZGb/c+MOfOkZvgspJe6mCwESFYpTCabXBYGITx+dPBSvp9UpxCFDbdt e3gHumUCVOkhwWhTby9fAABNPT1rfveAgirnshGpdnDWBnOwSJN+qtCWPQh41bcVfMo+ PJG4q7tZvEinewXbTM3Jh87yGXEMMHmmRZTAV/c+0V9xlYtSSFh54l/WjgPXSYM4nUNJ uzeQsaaptYpiifzFBnu+/m2cfXeJb0osPU1hWIF/q5BUMcF6vV44vFK9DiQbWd1+q78w vd8tY3e2OClLw8kE6qnrcNG0zfGKuXJ+SlljrH9eF4Cq+wudQr8HNIrUdmTflcQmo2RW pMqw== |
| MIME-Version | 1.0 |
| In-Reply-To | <5ddf03db-a5b1-4996-b9ce-6447ad89a3df@nw7g2000pbb.googlegroups.com> |
| References | <5ddf03db-a5b1-4996-b9ce-6447ad89a3df@nw7g2000pbb.googlegroups.com> |
| Date | Fri, 6 Jul 2012 17:46:35 +0100 |
| Subject | Re: stuck in files!! |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| To | Chirag B <chirag.b.93@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| 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.1863.1341593198.4697.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1341593198 news.xs4all.nl 6906 [2001:888:2000:d::a6]:43685 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:24977 |
Show key headers only | View raw
2012/7/6 Chirag B <chirag.b.93@gmail.com>: > i want to kno how to link two applications using python for eg:notepad > txt file and some docx file. like i wat to kno how to take path of > those to files and run them simultaneously.like if i type something in > notepad it has to come in wordpad whenever i run that code. > -- > http://mail.python.org/mailman/listinfo/python-list I don't think that "I want to know" ever lead to some useful answers, it would be not polite even if people were actually paid to answer ;) Anyway it's quite an application-os specific question, probably not very easy either..
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
stuck in files!! Chirag B <chirag.b.93@gmail.com> - 2012-07-06 04:53 -0700
Re: stuck in files!! Thomas Jollans <t@jollybox.de> - 2012-07-06 16:56 +0200
Re: stuck in files!! andrea crotti <andrea.crotti.0@gmail.com> - 2012-07-06 17:46 +0100
Re: stuck in files!! "Alex" <foo@email.invalid> - 2012-07-06 18:21 +0000
Re: stuck in files!! Chris Angelico <rosuav@gmail.com> - 2012-07-07 08:13 +1000
Re: stuck in files!! alex23 <wuwei23@gmail.com> - 2012-07-08 18:45 -0700
csiph-web