Public Member Functions | |
def | build_extension |
def | run |
Static Public Attributes | |
string | warning_message |
Allow C extension building to fail. The C extension speeds up websocket masking, but is not essential.
def setup.custom_build_ext.build_extension | ( | self, | |
ext | |||
) |
def setup.custom_build_ext.run | ( | self | ) |
string setup.custom_build_ext::warning_message [static] |
""" ******************************************************************** WARNING: %s could not be compiled. No C extensions are essential for Tornado to run, although they do result in significant speed improvements for websockets. %s Here are some hints for popular operating systems: If you are seeing this message on Linux you probably need to install GCC and/or the Python development package for your version of Python. Debian and Ubuntu users should issue the following command: $ sudo apt-get install build-essential python-dev RedHat, CentOS, and Fedora users should issue the following command: $ sudo yum install gcc python-devel ******************************************************************** """