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 <sebastien.more...@igs.cnrs-mrs.fr> wrote:
>
> Hello,
> I would like to know if there is a way to manipulate standard error
> redirection into pymol scripting language ?
>
> Thanks
>
> --
> Sébastien 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&kid0944&bid$1720&dat1642
> _______________________________________________
> PyMOL-users mailing list
> PyMOL-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pymol-users
>

Reply via email to