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

new release breaks IPython #47

Closed
spapini opened this issue Jan 14, 2018 · 5 comments
Closed

new release breaks IPython #47

spapini opened this issue Jan 14, 2018 · 5 comments

Comments

@spapini
Copy link

spapini commented Jan 14, 2018

Traceback (most recent call last):
File "/usr/local/bin/ipython", line 7, in
from IPython import start_ipython
File "/usr/local/lib/python2.7/site-packages/IPython/init.py", line 48, in
from .core.application import Application
File "/usr/local/lib/python2.7/site-packages/IPython/core/application.py", line 23, in
from traitlets.config.application import Application, catch_config_error
File "/usr/local/lib/python2.7/site-packages/traitlets/config/init.py", line 6, in
from .application import *
File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 120, in
class Application(SingletonConfigurable):
File "/usr/local/lib/python2.7/site-packages/traitlets/config/application.py", line 291, in Application
def initialize(self, argv=None):
TypeError: catch_config_error() takes exactly 2 arguments (1 given)

catch_config_error is a decorator decorated with this package

@micheles
Copy link
Owner

Thanks for the bug report. I have already understood the source of the problem. I will issue a new release later today.

@micheles
Copy link
Owner

The issue should be fixed in master. Can you try if it works for you?

@kekssw
Copy link

kekssw commented Jan 14, 2018

Works from master for me.

@micheles
Copy link
Owner

Ok, I have released version 4.2.1 now. Sorry for the inconvenience.

@spapini
Copy link
Author

spapini commented Jan 14, 2018

Thank you!

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

No branches or pull requests

3 participants