why python on debian without the module profile?

kyo guan kyoguan at gmail.com
Mon Jun 13 05:18:47 EDT 2005


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
>>> 




More information about the Python-list mailing list