Search code examples
macospebble-watchpebble-sdk

Pebble SDK Python script: command not found


I have downloaded/installed the Python libraries as instructed on Pebble's installation site (OS 10.9.1, Pebble SDK 2), but when I try to run

pb-sdk.py create-project

in order to create a new project together with its metadata file, I get the error:

pb-sdk.py: command not found

I'm not familiar with Python, or indeed much else outside of Xcode, so any help would be appreciated.


Solution

  • pb-sdk.py was the name of the tool used to control the SDK in very early versions. You need to call pebble new-project now.

    You will find examples in the Pebble Getting Started Guide