Yes, I installed Zope with an Ubuntu package But I try: sudo apt-get install python2.4-dev And the errors is still raised Any suggestion for a linux newbie? Thanks! 2007/9/24, Dieter Maurer <dieter@handshake.de>:
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
-- Mis Cosas http://blogs.sistes.net/Garito