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

magic_gui throws TypeError when gui magic is used #160

Closed
eteq opened this issue Oct 5, 2010 · 1 comment
Closed

magic_gui throws TypeError when gui magic is used #160

eteq opened this issue Oct 5, 2010 · 1 comment
Milestone

Comments

@eteq
Copy link
Contributor

eteq commented Oct 5, 2010

In the latest trunk (after newkernel was merged in), I all of a sudden start getting a
TypeError: parse_options() takes at least 3 non-keyword arguments (1 given)
if I involke the "%gui wx" magic command (or any other toolkit, for that matter).

In the code, it appears magic.py line 3247 is the culprit - parse_options(parameter_s='') is supposed to be parse_options(parameter_s,'') - if I make that change, it seems to work correctly.

@fperez
Copy link
Member

fperez commented Oct 10, 2010

Fix error in %gui. Closed by 8e7eb96.

jtriley pushed a commit to jtriley/ipython that referenced this issue Jul 30, 2011
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
This issue was closed.
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

2 participants