From: gilleain t. <gil...@gm...> - 2006-03-10 00:16:28
|
Hello, yes. maybe. if you are talking about printing to standard error, then : import sys sys.stderr.write("hello, stderr!") will do it. if, on the other hand, you mean something more complicated to do with manipulating the shell ("redirection"...?) than I don't know, sorry. gilleain torrance On 3/9/06, Sebastien Moretti <seb...@ig...> wrote: > > Hello, > I would like to know if there is a way to manipulate standard error > redirection into pymol scripting language ? > > Thanks > > -- > S=E9bastien Moretti > http://www.igs.cnrs-mrs.fr/ > CNRS - IGS UPR 2589 > 163 Avenue de Luminy, case 934 > 13288 Marseille cedex 9 (France) > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&dat=121642 > _______________________________________________ > PyMOL-users mailing list > PyM...@li... > https://lists.sourceforge.net/lists/listinfo/pymol-users > |