Open pipetrunks opened 4 years ago
Hi @pipetrunks,
I could reproduce this error as well, thanks for reporting we will work in this for our next release in a couple of months
@impact27 can you please help us with this one?
We should just add a try except and pass on any error. Should we inform the user that spyder can’t copy this variable? I am not sure what the expected behaviour would be there
I think that we need @ccordoba12 opinion. What I'm wondering is there's a way to actually copy that variable or it is extremely difficult?
Well there is not really a value to be copied. I am not sure what “copy” means in this context.
Yes, I think you are right and in this case the stdout is a stream and not a String so I think it we can pass the error and inform the user that Spyder is not able to copy this variable
Great advice @steff456! I also agree with that solution.
Description
What steps will reproduce the problem?
import sys
Temp = sys.stdout
I try to copy the variable "Temp"
Traceback
Versions
Dependencies