Incorrect editor code analysis marks str(x) as unresolved error
Using Pycharm 2.7.1: The code runs fine, but any place I have str(x), the str is marked with the red squiggly in the editor.
This did not happen with Pycharm 2.6.x
This did not happen with Pycharm 2.6.x
4 comments
Sort by
Date
Votes
What kind of error exactly does PyCharm report?
Unresolved Reference error
Does it help if you open Settings | Python Interpreters, select the interpreter, select the Paths tab and press Reload?
Hmm. I quit & re-started PyCharm once, the red squiggly persisted. Re-started again, and red squiggly has now disappeared. So don't know what caused it, but it currently seems OK. Thanks!
Please sign in to leave a comment.