two of pylab.py

John Hunter jdhunter at ace.bsd.uchicago.edu
Tue May 9 11:46:43 EDT 2006


>>>>> "Diez" == Diez B Roggisch <deets at nospam.web.de> writes:

    >> I use debian/testing linux Linux debian/testing 2.6.15-1-686
    >> 
    >> I found some duplicate files in my system, I don't if the are
    >> both needed, should I delete one of the groups below and which
    >> one?

site-packages/pylab.py is just there for convenience to import
matplotlib.pylab, since it is easier to type

   >>> import pylab

rather than

   >>> import matplotlib.pylab

You should leave all of the file as is, because code will assume both
are there.

JDH



More information about the Python-list mailing list