Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error when building with the SDK 3.10 #153

Closed
yaoyuyang opened this issue Mar 8, 2016 · 1 comment
Closed

[Bug] Error when building with the SDK 3.10 #153

yaoyuyang opened this issue Mar 8, 2016 · 1 comment

Comments

@yaoyuyang
Copy link

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.

@yaoyuyang
Copy link
Author

I asked on the Pebble forum and Christian Reinbacher suggested to do a pebble clean before pebble build and it solves the problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant