Jacek Generowicz wrote:
> The following test
>
> def test_import_ipython_shell():
>      import IPython
>      assert 'IPython' in dir()
>
> fails if run without --pdb, but succeeds if run with --pdb.
>
> (I'm using py-lib checked out from http://codespeak.net/svn/py/dist  
> about 10 minutes ago and IPython 0.7.2)
>
> Any ideas?
Honestly, no. Isn't Ipython doing some magic with __import__? It might 
interact with pylib magic __import__. Also input catching might 
interact. Try with -s and see if this one goes.

Cheers,
fijal

:.

_______________________________________________
py-dev mailing list
py-dev@codespeak.net
http://codespeak.net/mailman/listinfo/py-dev

Reply via email to