1.

What Are The Basic Requirements For Installation Of Cherrypy Framework Include?

Answer»

The basic requirements for installation of CHERRYPY framework include −

  • Python with version 2.4 or above
  • CherryPy 3.0

Installing a Python MODULE is considered an EASY process. The installation includes the use of the following commands.

python setup.py build
python setup.py install
The packages of Python are stored in the following default directories −
On UNIX or Linux,
/usr/local/lib/python2.4/site-packages
or
/usr/lib/python2.4/site-packages
On Microsoft WINDOWS,-- C:Python or C:Python2x
On Mac OS,---Python:Lib:site-package

The basic requirements for installation of CherryPy framework include −

Installing a Python module is considered an easy process. The installation includes the use of the following commands.

python setup.py build
python setup.py install
The packages of Python are stored in the following default directories −
On UNIX or Linux,
/usr/local/lib/python2.4/site-packages
or
/usr/lib/python2.4/site-packages
On Microsoft Windows,-- C:Python or C:Python2x
On Mac OS,---Python:Lib:site-package



Discussion

No Comment Found