[IPython-dev] Fwd: [sage-support] Re: install problem with pickleshare

Ville M. Vainio vivainio at gmail.com
Thu Oct 18 02:47:46 EDT 2007


Perhaps this is due to sys.path not containing Extensions yet for some
reason (I'm not aware why this is not a problem on my box).

To get over it quickly, change line:

> python2.5/site-packages/IPython/iplib.py", line 58, in <module>
>     import pickleshare


to:

from IPython.Extensions import pickleshare.

-- 
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'



More information about the IPython-dev mailing list