>>>>> "Diez" == Diez B Roggisch <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to