[IPython-user] win32: ctrl + break exits IPython immediately
Ville M. Vainio
vivainio@gmail....
Fri Sep 7 14:23:20 CDT 2007
On 7 Sep 2007 18:28:57 -0000, rahul biswas
<rahul_25iitdelhi@rediffmail.com> wrote:
> from path import path
> ImportError: cannot import name path
You have a module called 'path' that is not jason orendorff's 'path'
in your pythonpath.
Try this on normal python prompt to find out where the offending module is:
D:\Documents and Settings\ville>python
Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import path
>>> print path
<module 'path' from 'q:\python25\lib\site-packages\pickleshare-0.3-py2.5.egg\pat
h.pyc'>
>>>
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list