timothycrosley / deprecated.pies

The simplest (and tastiest) way to write one program that runs on both Python 2 and Python 3.
MIT License
148 stars 7 forks source link

IPython bug with pies #56

Open ofir123 opened 9 years ago

ofir123 commented 9 years ago

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