This is great, thank you for doing this. I've finally been able to get back and try to update to this on a new WIndows 7 system, but when I try to install, I get an error trying to build libevent as part of event. I've googled the error but haven't found anything yet. Have you run into this?
If I can't figure this out I'll have to stick with 0.3.3.
------------------------------------------------------------------------
C:\Python27>pip install hookbox-dax
Downloading/unpacking hookbox-dax
Downloading hookbox-dax-0.3.4a1.tar.gz (559Kb): 559Kb downloaded
Running setup.py egg_info for package hookbox-dax
warning: no files found matching '*.jpg' under directory 'hookbox'
warning: no files found matching '*.giff' under directory 'hookbox'
Downloading/unpacking eventlet>=0.9.10 (from hookbox-dax)
Downloading eventlet-0.9.17.tar.gz (262Kb): 262Kb downloaded
Running setup.py egg_info for package eventlet
warning: no files found matching 'Makefile' under directory 'doc'
Downloading/unpacking paste (from hookbox-dax)
Downloading Paste-1.7.5.1.tar.gz (523Kb): 523Kb downloaded
Running setup.py egg_info for package paste
warning: no previously-included files matching '*' found under directory 'docs\_build\_sources'
Downloading/unpacking csp-eventlet>=0.5.1 (from hookbox-dax)
Downloading csp_eventlet-0.7.0.tar.gz
Running setup.py egg_info for package csp-eventlet
Downloading/unpacking rtjp-eventlet>=0.3.2 (from hookbox-dax)
Downloading rtjp_eventlet-0.3.2.tar.gz
Running setup.py egg_info for package rtjp-eventlet
Downloading/unpacking pygments (from hookbox-dax)
Downloading Pygments-1.5.tar.gz (3.7Mb): 3.7Mb downloaded
Running setup.py egg_info for package pygments
Downloading/unpacking restkit==4.1.3 (from hookbox-dax)
Downloading restkit-4.1.3.tar.gz (1.3Mb): 1.3Mb downloaded
Running setup.py egg_info for package restkit
Downloading/unpacking event==0.4.2 (from hookbox-dax)
Downloading event-0.4.2.zip (56Kb): 56Kb downloaded
Running setup.py egg_info for package event
C:\Python27\Scripts\build\event\setup.py:23: UserWarning: Could not find libevent
warnings.warn("Could not find libevent")
Downloading/unpacking greenlet>=0.3 (from eventlet>=0.9.10->hookbox-dax)
Downloading greenlet-0.4.0.zip (72Kb): 72Kb downloaded
Running setup.py egg_info for package greenlet
Downloading/unpacking http-parser>=0.7.5 (from restkit==4.1.3->hookbox-dax)
Downloading http-parser-0.7.12.tar.gz (139Kb): 139Kb downloaded
Running setup.py egg_info for package http-parser
Downloading/unpacking socketpool>=0.4.1 (from restkit==4.1.3->hookbox-dax)
Downloading socketpool-0.5.2.tar.gz
Running setup.py egg_info for package socketpool
Downloading/unpacking nose (from restkit==4.1.3->hookbox-dax)
Downloading nose-1.2.1.tar.gz (400Kb): 400Kb downloaded
Running setup.py egg_info for package nose
no previously-included directories found matching 'doc\.build'
Downloading/unpacking webob (from restkit==4.1.3->hookbox-dax)
Downloading WebOb-1.2.3.tar.gz (191Kb): 191Kb downloaded
Running setup.py egg_info for package webob
no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
Installing collected packages: hookbox-dax, eventlet, paste, csp-eventlet, rtjp-eventlet, pygments, restkit, event, greenlet, http-p
arser, socketpool, nose, webob
Running setup.py install for hookbox-dax
warning: no files found matching '*.jpg' under directory 'hookbox'
warning: no files found matching '*.giff' under directory 'hookbox'
Installing hookbox-script.py script to C:\Python27\Scripts
Installing hookbox.exe script to C:\Python27\Scripts
Running setup.py install for eventlet
warning: no files found matching 'Makefile' under directory 'doc'
Running setup.py install for paste
Skipping installation of C:\Python27\Lib\site-packages\paste\__init__.py (namespace package)
warning: no previously-included files matching '*' found under directory 'docs\_build\_sources'
Installing C:\Python27\Lib\site-packages\Paste-1.7.5.1-py2.7-nspkg.pth
Running setup.py install for csp-eventlet
Running setup.py install for rtjp-eventlet
Running setup.py install for pygments
Installing pygmentize-script.py script to C:\Python27\Scripts
Installing pygmentize.exe script to C:\Python27\Scripts
Running setup.py install for restkit
Running setup.py install for event
building 'event' extension
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I../libevent -I../libeven
t/WIN32-Code -I../libevent/compat -IC:\Python27\include -IC:\Python27\PC /Tcevent.c /Fobuild\temp.win32-2.7\Release\event.obj -DWIN3
2 -DHAVE_CONFIG_H
event.c
event.c(225) : fatal error C1083: Cannot open include file: 'evdns.h': No such file or directory
C:\Python27\Scripts\build\event\setup.py:23: UserWarning: Could not find libevent
warnings.warn("Could not find libevent")
error: command '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2
Complete output from command C:\Python27\python2.7.exe -c "import setuptools;__file__='C:\\Python27\\Scripts\\build\\event\\setu
p.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --re
cord c:\users\dbarndt\appdata\local\temp\pip-lwqd6f-record\install-record.txt:
running install
running build
running build_ext
building 'event' extension
creating build
creating build\temp.win32-2.7
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\libevent
creating build\temp.win32-2.7\libevent\WIN32-Code
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -I../libevent -I../libevent/WI
N32-Code -I../libevent/compat -IC:\Python27\include -IC:\Python27\PC /Tcevent.c /Fobuild\temp.win32-2.7\Release\event.obj -DWIN32 -D
HAVE_CONFIG_H
event.c
event.c(225) : fatal error C1083: Cannot open include file: 'evdns.h': No such file or directory
C:\Python27\Scripts\build\event\setup.py:23: UserWarning: Could not find libevent
warnings.warn("Could not find libevent")
error: command '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe"' failed with exit status 2
----------------------------------------
Command C:\Python27\python2.7.exe -c "import setuptools;__file__='C:\\Python27\\Scripts\\build\\event\\setup.py';exec(compile(open(_
_file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record c:\users\dbarndt\app
data\local\temp\pip-lwqd6f-record\install-record.txt failed with error code 1
Storing complete log in C:\Users\dbarndt\AppData\Roaming\pip\pip.log
C:\Python27\Scripts>