Skip to content

Instantly share code, notes, and snippets.

@ktiedt
Created August 1, 2011 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktiedt/1117379 to your computer and use it in GitHub Desktop.
Save ktiedt/1117379 to your computer and use it in GitHub Desktop.
Cordova eror
proton:Cordova ktiedt$ phonegap list-recipes
Available recipes:
Traceback (most recent call last):
File "/usr/local/bin/phonegap", line 8, in <module>
load_entry_point('cordova==0.1.0', 'console_scripts', 'phonegap')()
File "/Library/Python/2.7/site-packages/cordova-0.1.0-py2.7.egg/cordova/console.py", line 33, in main
console.run()
File "/Library/Python/2.7/site-packages/cordova-0.1.0-py2.7.egg/cordova/console.py", line 25, in run
command[0](self).run()
File "/Library/Python/2.7/site-packages/cordova-0.1.0-py2.7.egg/cordova/commands/list_recipes.py", line 28, in run
for directory in os.listdir(place_to_look):
OSError: [Errno 2] No such file or directory: '/Library/Python/2.7/site-packages/cordova-0.1.0-py2.7.egg/recipes'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment