Created
August 1, 2011 00:16
-
-
Save ktiedt/1117379 to your computer and use it in GitHub Desktop.
Cordova eror
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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