An FTP based Python Module repository (was Re: Imagemagick)

Michal Wallace sabren at manifestation.com
Mon Feb 7 09:32:32 EST 2000


Adrian Eyre wrote in message
<001001bf715c$7a1bb7b0$3acbd9c2 at peridot.optichrome.com>...

>I still think the idea of perl's "install someModule" is
>a bit suspect anyway.


Actually, it works quite well.... The thing perl has that python doesn't
though, is namespace
protection... for example, I'm working on a set of MIDI modules... well, I
can set it up so
to use my stuff you do "import midi".. but that'll conflict with the midi
stuff already out
there... CPAN would have encouraged me and the other MIDI author to name our
modules "midi.hisversion" and "midi.myversion"....

which is not to say that we can't do that in python, but... well, nobody
does...

-michal
http://www.sabren.com/






More information about the Python-list mailing list