On 8 August 2012 22:31, Fernando Perez <fperez.net@gmail.com> wrote: > You mean on the second line > > IPython? > > which will print the import location on disk. The repr() of a module shows its location as well: In [2]: IPython Out[2]: <module 'IPython' from '/usr/lib/python2.7/dist-packages/IPython/__init__.pyc'> Best wishes, Thomas