-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
itk, swig, and Spyder don't play nice? #6749
Comments
Thanks for the detailed report. The solution referred to is under this answer on Stack Overflow. However, the problem is already fixed in the forthcoming release of Spyder, due out tomorrow, so if its too difficult then I suggest you just be patient. In any case, as this is a bug tracker, not a help forum, and it is already fixed and a duplicate of #5299 as the linked post states, this issue will be closed. Best of luck! |
Thanks. Looked like the issue was closed in Sept. 2017; as there's been a couple of releases of Spyder since then; I had presumed the issue was fixed and thus wanted to report what I thought was a bug. Glad to see a proper solution is coming out in the newest release. I will wait for it and update accordingly. |
Not sure if you're referring to #5299 or another related/duplicate issue, but the former was opened in late September and finally closed 8 days ago, going by the github issue thread. |
You know, I think I misread when it was closed; I mistakenly took the date Carlos added the tags as the date this was closed. Thanks so much for clarifying. I'm always impressed by how responsive your team is to improving this IDE! |
Thanks @ysumath1 , your kind words really mean a lot. I'm just the new guy; its really people like Carlos who do most of the work. Its especially tough since we're unfunded at the moment and depending on the community for support, so we really appreciate the positive feedback. |
Problem Description
Importing ITK package works properly in Terminal but not Spyder.
Specifically:
Throws this error in Spyder:
TypeError: coercing to Unicode: need string or buffer, list found
(Spyder 2.7 in Anaconda 2.7 root environment)
Works properly in Terminal.
What steps will reproduce the problem?
$ echo $PYTHONPATH
gives same python path inos.environ
in SpyderWhat is the expected output? What do you see instead?
Expectation (from terminal)
Instead in Spyder: TypeError
Paste Traceback/Error Below (if applicable)
N.B. This link seems to have some helpful information, but I don't understand how to interpret it. Any help or guidance would be appreciated.
Package Versions
Dependencies
The text was updated successfully, but these errors were encountered: