Indexing excluded directories in PyCharm 3

if i am right: File | Settings | project structure and select the folders you need and click exlcuded. from documentation Mark a folder as an excluded root. Excluded roots are not visible to PyCharm. Usually, one would like to exclude temporary >build folders, generated output, logs, and other project output. Excluding the unnecessary >paths … Read more

Why is the Run option disabled on PyCharm?

If you’re creating a project from existing source: and If the existing source directory contains a lot of data/files: the Run option (and others, assumably) are disabled until PyCharm is finished indexing the contents in the project. You’ll see a progress bar in the lower-right-hand corner. You can speed this up by right-clicking on folders … Read more