Python 3 should include namespace for libraries and a CPAN repo
Posted Sep 4, 2007 18:20 UTC (Tue) by
jdivine (guest, #18042)
In reply to:
Python 3 should include namespace for libraries and a CPAN repo by ArbitraryConstant
Parent article:
Python 3.0a1 released
Anecdotally, fewer Python packages seem to be available through native package managers, possibly because CPAN makes it easier to find and package the Perl modules.
Whenever possible, I install Perl or Python packages (all software in general, really) through the OS's package manager. That said, it's not always possible:
- the package might not be provided
- the desired version might not be available
- the system in question may not have a Linux-style package manager at all
I use Python more than Perl these days and I really miss Python's lack of a CPAN equivalent. CheeseShop and easy_install don't match up at all.
(
Log in to post comments)