[Zope] Re: How to know what are zope doing now?

Dieter Maurer dieter at handshake.de
Mon Sep 24 14:33:19 EDT 2007


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


More information about the Zope mailing list