On Mar 3, 5:30 pm, Ben Finney wrote:
>
> Terry Reedy writes:
>
> > On 3/3/2010 12:05 PM, John Nagle wrote:
>
> > > CPAN enforces standard organization on packages. PyPi does not.
>
> This is, I think, something we don't need as much in Python; there is a
> fundamental difference between Perl's de
On Mar 3, 9:11 pm, John Bokma wrote:
> Philip Semanchuk writes:
>
> > In other words, if I was a Perl user under Ubuntu would I use
> > the pkg manager to add a Perl module, or CPAN, or would both work?
>
> Both would work, but I would make very sure to use a separate
> installation directory for
On Mar 2, 11:58 pm, John Bokma wrote:
> Lie Ryan writes:
> > On 03/03/2010 09:47 AM, TomF wrote:
>
> [..]
>
> >> There
> >> is also a program called cpan, distributed with Perl. It is used for
> >> searching, downloading, installing and testing modules from the CPAN
> >> repository. It's far mo
On Mar 3, 7:45 am, Olof Bjarnason wrote:
> Hi everybody!
>
> The "Where is CPAN for Python?" question keeps popping up, with
> answers ranging from "There is no CPAN for Python" and "We already
> have CPAN for Python" (confusing).
>
> I'm wondering - is there any work being done identifying ..
>
>
Hi Subhabrata,
s/_init_/__init__/
--
http://mail.python.org/mailman/listinfo/python-list
On Jan 13, 1:41 pm, Roy Smith wrote:
> I need to get information about what processes are running on a box.
> Right now, I'm interested in Solaris and Linux, but eventually
> probably other systems too. I need to know things like the pid,
> command line, CPU time, when the process started running