Hi All: Python 2.4.1 (#2, May 5 2005, 11:32:06) [GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import hotshot,hotshot.stats Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.4/hotshot/stats.py", line 3, in ? import profile ImportError: No module named profile >>>
Python 2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import hotshot,hotshot.stats Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.3/hotshot/stats.py", line 3, in ? import profile ImportError: No module named profile >>> -- http://mail.python.org/mailman/listinfo/python-list