Created
April 2, 2012 17:19
-
-
Save felipebueno/2285330 to your computer and use it in GitHub Desktop.
Speechhub error
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
Traceback (most recent call last): | |
File "/usr/local/bin/speechhub", line 9, in <module> | |
load_entry_point('SpeechHub==0.1', 'console_scripts', 'speechhub')() | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/speechhub.py", line 138, in main | |
create_new_blog(args) | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/speechhub.py", line 95, in create_new_blog | |
create_blog(vars(parsed_args)) | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/functions.py", line 43, in create_blog | |
config_struct = get_initial_config_file(args) | |
File "/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/functions.py", line 81, in get_initial_config_file | |
config_struct = json.load(open(path.INITIAL_CONFIG_FILE)) | |
IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.6/dist-packages/SpeechHub-0.1-py2.6.egg/speechhub/statics/initial_config_file.json' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment