[issue7984] missing dependencies using cProfile

2010-02-23 Thread Brett Cannon
Brett Cannon added the comment: That's a package decision by Ubuntu, not Python, and thus not a bug on our end. Thanks for the report anyway. -- nosy: +brett.cannon resolution: -> invalid status: open -> closed ___ Python tracker

[issue7984] missing dependencies using cProfile

2010-02-22 Thread Mezhenin Artyom
New submission from Mezhenin Artyom : 1) I have ubuntu 9.10 and python2.6 (and 2.5 too). 2) execution code like that: if __name__ == "__main__": import cProfile cProfile.run('main()') gives me traceback: Traceback (most recent call last): File "./scribo.py", line 60, in cP