[IPython-dev] wxIPython0.7 - Linux is a known OS :)
Prabhu Ramachandran
prabhu at aero.iitb.ac.in
Sun Dec 16 15:57:02 EST 2007
Laurent Dufréchou wrote:
> Oups,
> Can you try this in ipython_view.py?
> Line 671, add time_loop argument = 0.1 s
> IP = IterableIPShell(cout=self.cout,cerr=self.cout,
> pager = self.pager, exit_handler = exit_handler,
> time_loop = 0.1)
>
> Cpu goes low with this here.(In with actual config thread is always looping
> like
Yup, that reduces the CPU load a huge amount. Thanks.
I noticed that large modules take forever for tab completion. Try this:
import wx
wx.<TAB>
eats lots of CPU and takes forever, perhaps because you end up printing
3000 odd lines?!
> Thanks for your report!
Np.
Thanks!
cheers,
prabhu
More information about the IPython-dev
mailing list