recent call last):
>> File "", line 1, in
>> File "/usr/lib/python2.5/cProfile.py", line 36, in run
>> result = prof.print_stats(sort)
>> File "/usr/lib/python2.5/cProfile.py", line 80, in print_stats
>> import pstats
all last):
> File "", line 1, in
> File "/usr/lib/python2.5/cProfile.py", line 36, in run
> result = prof.print_stats(sort)
> File "/usr/lib/python2.5/cProfile.py", line 80, in print_stats
> import pstats
> ImportEr
le "/usr/lib/python2.5/cProfile.py", line 36, in run
> result = prof.print_stats(sort)
> File "/usr/lib/python2.5/cProfile.py", line 80, in print_stats
> import pstats
> ImportError: No module named pstats
>
>
> I also tried to use the profi
uot;", line 1, in
> File "/usr/lib/python2.5/cProfile.py", line 36, in run
> result = prof.print_stats(sort)
> File "/usr/lib/python2.5/cProfile.py", line 80, in print_stats
> import pstats
> ImportError: No module named pstats
>
> I also tried to
_stats(sort)
File "/usr/lib/python2.5/cProfile.py", line 80, in print_stats
import pstats
ImportError: No module named pstats
I also tried to use the profile module but I get:
>>> import profile
Traceback (most recent call last):
File "", line 1, in
ImportEr