Public Member Functions | Static Public Attributes
setup.custom_build_ext Class Reference
Inheritance diagram for setup.custom_build_ext:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def build_extension
def run

Static Public Attributes

string warning_message

Detailed Description

Allow C extension building to fail.

The C extension speeds up websocket masking, but is not essential.

Definition at line 28 of file setup.py.


Member Function Documentation

def setup.custom_build_ext.build_extension (   self,
  ext 
)

Definition at line 69 of file setup.py.

Definition at line 58 of file setup.py.


Member Data Documentation

Initial value:
"""
********************************************************************
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
********************************************************************
"""

Definition at line 34 of file setup.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Thu Aug 27 2015 14:50:40