Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embed() fails if config files not installed #553

Closed
takluyver opened this issue Jul 4, 2011 · 0 comments
Closed

embed() fails if config files not installed #553

takluyver opened this issue Jul 4, 2011 · 0 comments
Labels
Milestone

Comments

@takluyver
Copy link
Member

From Matthew Brett on the mailing list:

I tried:

from IPython import embed
embed()

and got:

Traceback (most recent call last):
...
IOError: File u'ipython_config.py' does not exist in any of the search
paths: (u'/Users/mb312/.ipython/profile_default',)

I was surprised that I could start ipython without this error, but the
embed() shell raised it. Obviously:

ipython profile create

solved that one, but maybe it would be worth documenting.

@minrk minrk closed this as completed in 330ffc2 Jul 4, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
load_default_config() shouldn't raise on absence of the default config file, since it won't exist for users who don't configure IPython.

closes ipythongh-553
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants