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

I would like to change the current path for stderr to /dev/null by example.

I have a plugin which creates a legend box from a fake (empty) apdb map. Instruction, which loads the map, sends an error message and I would like to hide it.

How can I do ?

Thanks


    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)

Reply via email to