tailhook / libwebsite

An HTTP and websocket protocol implementation for libev event loop (UNMAINTAINED, use rust and tk-http crate)
MIT License
39 stars 14 forks source link

ImportError: No module named waflib.Build #1

Closed xevix closed 13 years ago

xevix commented 13 years ago

Something seems wrong with "waf". Am I missing something? Running OS X 10.7, Python 3.1.

$ python3 ./wscript configure --prefix=/usr Traceback (most recent call last): File "./wscript", line 3, in from waflib.Build import BuildContext ImportError: No module named waflib.Build

xevix commented 13 years ago

Ah sorry, was supposed to be "waf" not "wscript" my bad.