We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Thank you for the great software.
I installed pycortex in python (2.7) environment and tried to run Demo. But, I got an error message as below. I am using MacOS (10.13.x).
cortex.webgl.show(ds) Traceback (most recent call last): File "", line 1, in File "cortex/utils.py", line 23, in call return self._load()(*args, **kwargs) File "cortex/webgl/view.py", line 302, in show autoclose = options.config.get('webshow', 'autoclose', fallback='true') == 'true' TypeError: get() got an unexpected keyword argument 'fallback'
The text was updated successfully, but these errors were encountered:
This is the same as issue #347, so I'm going to close this. Don't have a solution yet tho
Sorry, something went wrong.
No branches or pull requests
Hi.
Thank you for the great software.
I installed pycortex in python (2.7) environment and tried to run Demo.
But, I got an error message as below.
I am using MacOS (10.13.x).
The text was updated successfully, but these errors were encountered: