Description of problem: I'm trying to create a PubNub app using the quickstart here: https://github.com/pubnub/pubnub-openshift-quickstart While this works fine on OpenShift Online, it doesn't work on Origin Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rhc app create myapp python-2.7 --from-code https://github.com/pubnub/pubnub-openshift-quickstart Actual results: Processing dependencies for PubNubPython27==1.0 Searching for gevent Reading http://pypi.python.org/simple/gevent/ Best match: gevent 0.13.8 Downloading https://pypi.python.org/packages/source/g/gevent/gevent-0.13.8.tar.gz#md5=ca9dcaa7880762d8ebbc266b11252960 Processing gevent-0.13.8.tar.gz Running gevent-0.13.8/setup.py -q bdist_egg --dist-dir /tmp/easy_install-lOBkCu/gevent-0.13.8/egg-dist-tmp-NWWZte In file included from gevent/core.c:253:0: gevent/libevent.h:9:19: fatal error: event.h: No such file or directory #include "event.h" ^ compilation terminated. error: Setup script exited with error: command 'gcc' failed with exit status 1 An error occurred executing 'gear postreceive' (exit code: 1) Error message: Failed to execute: 'control build' for /var/lib/openshift/51e9649b97b27e2880000020/python For more details about the problem, try running the command again with the '--trace' option.