funclass

Results 2 comments of funclass

I've added following line under sys.path.append(sdk_tools_path) ``` sys.path.append('/Users/yourusername/pebble-dev/PebbleSDK-2.0.2/Pebble/tools') ``` and deactivated import bitmapgen (-> caused the same error) to ``` # import bitmapgen ``` then it worked fine on my...

Got the same error by using Templates that need bitmapgen. A simple watchface without using bitmapgen works fine. Unfortunately I haven`t got any ideas to solve this problem.