File: README.Debian

package info (click to toggle)
python-cherrypy 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,012 kB
  • ctags: 1,353
  • sloc: python: 9,311; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Notes about the CherryPy package for Debian
-------------------------------------------

The profiler module of Python has a non-DFSG-compliant license. It is,
thus, not included in the Python package distributed officially by
Debian.

If you want to use it, you'll have to install the python-profiler
package from the non-free section; Notice that if you are using a
version of Python that is different from the default Python version
for Debian you need to install the package that matches your version
(for example, python2.3-profiler, if you are using python2.3).

See this page for details:

    http://www.cherrypy.org/wiki/ProfilingOnDebian

 -- Gustavo Noronha Silva <kov@debian.org>