Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21578 > unrolled thread
| Started by | ferreirafm <ferreirafm@lim12.fm.usp.br> |
|---|---|
| First post | 2012-03-13 11:01 -0700 |
| Last post | 2012-03-13 11:01 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: concatenate function ferreirafm <ferreirafm@lim12.fm.usp.br> - 2012-03-13 11:01 -0700
| From | ferreirafm <ferreirafm@lim12.fm.usp.br> |
|---|---|
| Date | 2012-03-13 11:01 -0700 |
| Subject | Re: concatenate function |
| Message-ID | <mailman.623.1331661709.3037.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web