Unresolved reference
I’ve recently purchased PyCharm Professional Edition 3.4 (Build #PY-135.1057, built on June 10, 2014)for the Mac. I’ve marked as “Sources” in the “Project Structure” Dialog and yet keywords in my source path e.g. StorTestBase show “Unresolved reference”. Please see attached screen shots.
How can I resolve these references in my project?
Thanks,
Brian
Please sign in to leave a comment.
Without having seen your screenshots, I would guess that you may have the wrong folder marked as Source Folder in the Project Structure. If all your code is in a package named 'foo', then the parent folder of foo should be marked as source. If that's the same as the project root then you don't need to mark it. (But you might need to exclude other non-code folders.)