[Stackless] is it possible to use Ipython with stackless?

Alain Poirier alain.poirier at net-ng.com
Mon Jun 25 01:01:47 CEST 2012


Le 24 juin 2012 à 01:01, Roman Shestakov a écrit :

> hello, 
> 
> is it possible to use stackless with ipython?

IPython is always my default shell with Stackless Python and it works fine (I
don't use the fancy notebook or distributed features).

> I have installed pre-compiled mac binary for Python 2.7.2 but when I try to execute stackless code I am getting error
> 
> ImportError: No module named stackless
> 
> are there any tricks to make it work?

I personally install IPython with: `easy_install ipython` 
And also `easy_install readline`.

> Regards, Roman

Best regards,
Alain





More information about the Stackless mailing list