Just installed Pebble SDK 3.10.
pebble build gives me the following error:
Build failed Traceback (most recent call last): File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-1ba452f3b6b683932ae2af740e045993/waflib/Task.py", line 123, in process ret=self.run() File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-1ba452f3b6b683932ae2af740e045993/waflib/Task.py", line 47, in run return m1(self) File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-1ba452f3b6b683932ae2af740e045993/waflib/extras/generate_resource_ball.py", line 16, in run resos=[ResourceObject.load(r.abspath())for r in self.inputs] File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/common/tools/resources/types/resource_object.py", line 24, in load return pickle.load(f) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1378, in load return Unpickler(file).load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load dispatch[key](self) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1090, in load_global klass = self.find_class(module, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1124, in find_class __import__(module) ImportError: No module named resource_object
This seems to be Pebble JS specific since it does not give error when I do pebble build in a normal C project.
Just installed Pebble SDK 3.10. pebble build gives me the following error:
Build failed Traceback (most recent call last): File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-1ba452f3b6b683932ae2af740e045993/waflib/Task.py", line 123, in process ret=self.run() File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-1ba452f3b6b683932ae2af740e045993/waflib/Task.py", line 47, in run return m1(self) File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/.waf-1.7.11-1ba452f3b6b683932ae2af740e045993/waflib/extras/generate_resource_ball.py", line 16, in run resos=[ResourceObject.load(r.abspath())for r in self.inputs] File "/Users/yaoyu/Library/Application Support/Pebble SDK/SDKs/current/sdk-core/pebble/common/tools/resources/types/resource_object.py", line 24, in load return pickle.load(f) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1378, in load return Unpickler(file).load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load dispatch[key](self) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1090, in load_global klass = self.find_class(module, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1124, in find_class __import__(module) ImportError: No module named resource_object
This seems to be Pebble JS specific since it does not give error when I do pebble build in a normal C project.