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 _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
