View this message in context:
http://python.6.n6.nabble.com/concatenate-function-tp4574176p4578408.html
Sent from the Python - python-list mailing list archive at Nabble.com.
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Mar 13, 2012 at 1:35 PM, Robert Kern wrote:
> On 3/13/12 6:01 PM, ferreirafm wrote:
>> 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
>>>
On 3/13/12 6:01 PM, ferreirafm wrote:
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."
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.
--
http://mail.python.org/mailman/listinfo/python-list
On 3/13/12 3:59 PM, ferreirafm wrote:
Hi Robert,
Thanks for you kind replay and I'm sorry for my semantic mistakes.
Indeed, that's what I'm doing: qsub-ing different cshell scripts. Certainly,
that's not the best approach and the only problem.
It's not a problem to write out a script and have q
On 13/03/12 16:02, ferreirafm wrote:
> Hi James, thank you for your replay. Indeed, the problem is qsub. And as
> warned by Robert, I don't have functions properly, but just scripts.
>
>
> --
> View this message in context:
> http://python.6.n6.nabble.com/concatenate-
Hi James, thank you for your replay. Indeed, the problem is qsub. And as
warned by Robert, I don't have functions properly, but just scripts.
--
View this message in context:
http://python.6.n6.nabble.com/concatenate-function-tp4574176p4574511.html
Sent from the Python - python-list ma
all qsub from it. However, subprocess.Popen seems
not accept to run "qsub" over a second program. Do you have a over come to
this issue?
Code goes here:
http://ompldr.org/vZDB5YQ
--
View this message in context:
http://python.6.n6.nabble.com/concatenate-function-tp4574176p4574496.html
Sent from th
you want.
l = [0, 3, 5, 2]
l.append(10)# [0, 3, 5, 2, 10]
l.sort()# [0, 2, 3, 5, 10]
l.append(3) # [0, 2, 3, 5, 10, 3]
James
>
>
>
> --
> View this message in context:
> http://python.6.n6.nabble.com/concatenate-function-tp4574176p4
and the third
issue the following:
> more combine_top.qsub.e46667
ERROR: Cannot open PDB file "S_3MSEB_26_0032.pdb"
ERROR:: Exit from: src/core/import_pose/import_pose.cc line: 199
--
View this message in context:
http://python.6.n6.nabble.com/concatenate-function-tp4574176p4574337.html
S
On 3/13/12 2:35 PM, ferreirafm wrote:
Hi List,
I've coded three functions that I would like to concatenate. I mean, run
them one after another. The third function depends on the results of the
second function, which depends on the results of the first one. When I call
one function after another,
On Tue, Mar 13, 2012 at 8:35 AM, ferreirafm wrote:
> Hi List,
> I've coded three functions that I would like to concatenate. I mean, run
> them one after another. The third function depends on the results of the
> second function, which depends on the results of the first one. When I call
> one fu
time causing
obvious errors messages. I've tried to call one of them from inside another
but no way. Any clues are appreciated.
Complete code goes here:
http://ompldr.org/vZDB4OQ
--
View this message in context:
http://python.6.n6.nabble.com/concatenate-function-tp4574176p4574176.html
Sen
13 matches
Mail list logo