I want to build WebRTC on Windows8
I follow these instructions
http://www.webrtc.org/native-code/development
And I use this command to create
python webrtc/build/gyp_webrtc -G msvs_version=2013
When I try to create WebRTC, it returns the following error
Traceback (most recent call last): File "webrtc/build/gyp_webrtc", line 23, import gyp_chromium ImportError: No module named gyp_chromium
How can i fix this?
source share