Hi again!
When using the line:
from pies.overrides import *
In IPython, the whole output goes crazy and stops returning.
This is caused by the reload(sys) part (which is done in order to set the default encoding to UTF-8).
Is there any way to avoid this action (or save anything other than stdout)?
Thanks!
Ofir123
Hi again! When using the line:
from pies.overrides import *
In IPython, the whole output goes crazy and stops returning. This is caused by the reload(sys) part (which is done in order to set the default encoding to UTF-8). Is there any way to avoid this action (or save anything other than stdout)? Thanks! Ofir123