[Python-modules-team] Bug#617432: Work around reported in #612529 solve the issue
Arnaud Gardelein
agardelein at yahoo.fr
Fri Mar 11 20:44:45 UTC 2011
% LD_PRELOAD=/usr/lib/libstdc++.so.6 ipython -pylab
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
Type "copyright", "credits" or "license" for more information.
IPython 0.10.1 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object'. ?object also works, ?? prints more.
Welcome to pylab, a matplotlib-based Python environment.
For more information, type 'help(pylab)'.
In [1]: plot([1,2,3,4],[9,5,4,7])
Out[1]: [<matplotlib.lines.Line2D object at 0xa36a82c>]
Show a nice plot.
More information about the Python-modules-team
mailing list