24 Sep
2007
24 Sep
'07
6:33 p.m.
Garito wrote at 2007-9-23 18:17 +0200:
... 2007-09-23T18:13:33 ERROR Zope Couldn't install ZopeProfiler Traceback (most recent call last): ... line 9, in ? from DMstats import Stats File "/var/lib/zope2.9/instance/Yanged/Products/ZopeProfiler/DMprofile/DMstats.py", line 13, in ? from pstats import Stats as pStats ImportError: No module named pstats
How can I install pstats?
"pstats" is a standard Python module and should come in Python's runtime library. If it is not there, then your Python installation is scrwed up.... -- Dieter