Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21578

Re: concatenate function

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 <ferreirafm@lim12.fm.usp.br>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'main()': 0.05; 'python': 0.08; 'context:': 0.09; 'expected.': 0.09; 'output': 0.10; 'skip:" 40': 0.15; '55,': 0.16; '[errno': 0.16; '__init__': 0.16; 'errread,': 0.16; 'nabble.com.': 0.16; 'oserror:': 0.16; 'program."': 0.16; 'received:192.168.236': 0.16; 'received:216.139': 0.16; 'received:nabble.com': 0.16; 'stdout:': 0.16; 'subject:function': 0.16; 'url:nabble': 0.16; 'seems': 0.20; '(most': 0.21; 'archive': 0.21; 'wrote': 0.21; 'header:In-Reply- To:1': 0.22; 'traceback': 0.24; 'code': 0.26; 'raise': 0.28; 'permission': 0.28; 'second': 0.28; 'idea': 0.32; 'list': 0.32; 'file': 0.34; 'denied': 0.34; 'last):': 0.34; 'to:addr:python- list': 0.35; 'url:python': 0.35; 'run': 0.37; 'charset:us-ascii': 0.37; 'skip:" 10': 0.37; 'skip:_ 10': 0.38; 'received:192': 0.38; 'should': 0.38; 'url:org': 0.39; 'goes': 0.39; 'mailing': 0.39; 'to:addr:python.org': 0.40; 'view': 0.61; 'here:': 0.67
Date Tue, 13 Mar 2012 11:01:44 -0700 (PDT)
From ferreirafm <ferreirafm@lim12.fm.usp.br>
To python-list@python.org
In-Reply-To <jjnrge$ibk$1@dough.gmane.org>
References <1331649332216-4574176.post@n6.nabble.com> <jjnnhk$dba$1@dough.gmane.org> <1331654366771-4574496.post@n6.nabble.com> <jjnrge$ibk$1@dough.gmane.org>
Subject Re: concatenate function
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
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.623.1331661709.3037.python-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1331661709 news.xs4all.nl 6937 [2001:888:2000:d::a6]:51302
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21578

Show key headers only | View raw


Robert Kern-2 wrote
> 
> When you report a problem, you should copy-and-paste the output that you
> got and 
> also state the output that you expected. I have no idea what you mean when
> you 
> say "subprocess.Popen seems not accept to run "qsub" over a second
> program."
> 

Code goes here: 
http://ompldr.org/vZDB5YQ

stdout:
$ no_name.py --toplist top_percent.list
Traceback (most recent call last):
  File "/home6/psloliveira/ferreirafm/bin/no_name.py", line 73, in <module>
    main()
  File "/home6/psloliveira/ferreirafm/bin/no_name.py", line 68, in main
    comb_slt(toplist)
  File "/home6/psloliveira/ferreirafm/bin/no_name.py", line 55, in comb_slt
    subprocess.Popen([cmd, options], env=qsub_env)
  File "/share/apps/python/lib/python2.7/subprocess.py", line 679, in
__init__
    errread, errwrite)
  File "/share/apps/python/lib/python2.7/subprocess.py", line 1228, in
_execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

--
View this message in context: http://python.6.n6.nabble.com/concatenate-function-tp4574176p4574967.html
Sent from the Python - python-list mailing list archive at Nabble.com.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: concatenate function ferreirafm <ferreirafm@lim12.fm.usp.br> - 2012-03-13 11:01 -0700

csiph-web