Se você estiver usando um virtualenv ou não, ainda poderá importar o módulo de perfil. Se você simplesmente não está vendo isso no diretório lib /, não deixe que isso te incomoda.
(t)imac:~ jeff$ virtualenv t New python executable in t/bin/python Installing setuptools............done. (t)imac:~ jeff$ t/bin/python -m 'profile' Usage: profile.py [-o output_file_path] [-s sort] scriptfile [arg] ... (t)imac:~ jeff$
Mas ao procurar no diretório lib do virtualenv, não há módulo correspondente. Veja abaixo.
(t)imac:t jeff$ ls lib/python2.6/prof* ls: lib/python2.6/prof*: No such file or directory (t)imac:t jeff$