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

Script interpreter issue on OSX 10.9 #12530

Closed
OwenArnold opened this issue May 5, 2015 · 1 comment
Closed

Script interpreter issue on OSX 10.9 #12530

OwenArnold opened this issue May 5, 2015 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@OwenArnold
Copy link
Contributor

From Jon Taylor 5th May 2015 to Mantid Help

Hi  
It seems the script interpreter has an issue
Thanks
Jon

In [8]: import numpy
------------------------------------------------------------------------ - - - 
TypeError Traceback (most recent call last)
TypeError: our_run_code() takes exactly 2 arguments (3 given)

In [9]: import numpy as np
------------------------------------------------------------------------ - - - 
TypeError Traceback (most recent call last)
TypeError: our_run_code() takes exactly 2 arguments (3 given)

In [10]: mtd.importAll()
------------------------------------------------------------------------ - - - 
TypeError Traceback (most recent call last)
TypeError: our_run_code() takes exactly 2 arguments (3 given)

I can confirm that, this is a real issue with the beta release.

@OwenArnold
Copy link
Contributor Author

This issue was originally trac ticket 11692

@OwenArnold OwenArnold added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Python labels Jun 3, 2015
@OwenArnold OwenArnold added this to the Release 3.4 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants