Created
April 29, 2013 08:01
-
-
Save southwolf/5480280 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./waf configure | |
Waf: The wscript in 'c:\\Users\\SouthWolf\\pebble\\sdk\\watches\\segment_six' is | |
unreadable | |
Traceback (most recent call last): | |
File "c:\Users\SouthWolf\pebble\sdk\watches\segment_six\waf-1.7.0-9334f7e963be | |
e5410f4fa28728feffdd\waflib\Scripting.py", line 87, in waf_entry_point | |
set_main_module(Context.run_dir+os.sep+Context.WSCRIPT_FILE) | |
File "c:\Users\SouthWolf\pebble\sdk\watches\segment_six\waf-1.7.0-9334f7e963be | |
e5410f4fa28728feffdd\waflib\Scripting.py", line 112, in set_main_module | |
Context.g_module=Context.load_module(file_path) | |
File "c:\Users\SouthWolf\pebble\sdk\watches\segment_six\waf-1.7.0-9334f7e963be | |
e5410f4fa28728feffdd\waflib\Context.py", line 281, in load_module | |
exec(compile(code,path,'exec'),module.__dict__) | |
File "c:\Users\SouthWolf\pebble\sdk\watches\segment_six\wscript", line 5, in < | |
module> | |
import waftools.objcopy as objcopy | |
ImportError: No module named waftools.objcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment