Peter Billam wrote:

A very important thing about CPAN modules is the consistent
basic install method:   perl Makefile.PL ; make ; make install

Well, we more or less have that with Python, too:

  python setup.py install

It may not always work smoothly, but it's the
one obvious thing to try when you've downloaded
a Python package in source form.

--
Greg
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to