why python on debian without the module profile?

2005-06-13 Thread kyo guan
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

Re: why python on debian without the module profile?

2005-06-13 Thread Tim Leslie
My understanding is that there are licence issues (someone please correct me if I'm wrong). The moral of the story is that there's a seperate (non-free) package for the profiler: http://packages.debian.org/testing/python/python2.4-profiler HTH Tim On 6/13/05, kyo guan [EMAIL PROTECTED] wrote:

Re: why python on debian without the module profile?

2005-06-13 Thread Thomas Lotze
kyo guan wrote: ImportError: No module named profile They moved it to non-free because the module's license isn't DFSG compliant. -- Thomas -- http://mail.python.org/mailman/listinfo/python-list