Re: No Module Named pstats

2008-02-13 Thread Joshua Kugler
Chris wrote: > On Feb 13, 11:20 am, "Juha S." <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I'm trying to use the Python profilers to test my code, but I get the >> following output for cProfile.run() at the interpreter: >> >> Traceback (most recent call last): >> File "", line 1, in >> File "/usr/

Re: No Module Named pstats

2008-02-13 Thread Juha S.
2008/2/13, Juha S. <[EMAIL PROTECTED] >: > > Hi, > > I'm trying to use the Python profilers to test my code, but I get the > following output for cProfile.run() at the interpreter: > > Traceback (most recent call last): > File "", line 1, in >

Re: No Module Named pstats

2008-02-13 Thread I. Soumpasis
2008/2/13, Juha S. <[EMAIL PROTECTED]>: > > Hi, > > I'm trying to use the Python profilers to test my code, but I get the > following output for cProfile.run() at the interpreter: > > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.5/cProfile.py", line 36, in

Re: No Module Named pstats

2008-02-13 Thread Chris
On Feb 13, 11:20 am, "Juha S." <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to use the Python profilers to test my code, but I get the > following output for cProfile.run() at the interpreter: > > Traceback (most recent call last): > File "", line 1, in > File "/usr/lib/python2.5/cProfile.p