Re: concatenate function

2012-03-14 Thread ferreirafm
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

concatenate function

2012-03-13 Thread ferreirafm
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 Sent from

Re: concatenate function

2012-03-13 Thread Ian Kelly
On Tue, Mar 13, 2012 at 8:35 AM, ferreirafm ferreir...@lim12.fm.usp.br 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

Re: concatenate function

2012-03-13 Thread Robert Kern
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,

Re: concatenate function

2012-03-13 Thread ferreirafm
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 Sent from the Python - python-list mailing list archive

Re: concatenate function

2012-03-13 Thread James Elford
()# [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-tp4574176p4574176.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org

Re: concatenate function

2012-03-13 Thread ferreirafm
, 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 the Python - python-list mailing list

Re: concatenate function

2012-03-13 Thread ferreirafm
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 mailing

Re: concatenate function

2012-03-13 Thread James Elford
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-function-tp4574176p4574511.html

Re: concatenate function

2012-03-13 Thread Robert Kern
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

Re: concatenate function

2012-03-13 Thread ferreirafm
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

Re: concatenate function

2012-03-13 Thread Robert Kern
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.

Re: concatenate function

2012-03-13 Thread Chris Rebert
On Tue, Mar 13, 2012 at 1:35 PM, Robert Kern robert.k...@gmail.com 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