Skip to content

Instantly share code, notes, and snippets.

@felipebueno
Created April 2, 2012 17:19
Show Gist options
  • Save felipebueno/2285330 to your computer and use it in GitHub Desktop.
Save felipebueno/2285330 to your computer and use it in GitHub Desktop.
Speechhub error
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