Project Creation Wizard
Hello,
I have created a new Pure Python Project a few weeks ago using PyCharm 2017.1(.1 - can't remember). Today, using 2017.1.1, I tried to create another Pure Python Project. The project has been created successfully, however, the project view showed the contents of the project created a few weeks ago in addition to the file in the new project (the new project folder contained a single python file).
When I tracked this down, I saw that the misc.xml file in the .idea folder points to the .iml file of the Project created a few weeks ago. I'm not quite sure, however, I don't think that this is intended behavior. Am I missing something?
Tried to create the project several times, while other projects were open or in closed state. Always the same result.
Thanks a lot!
Please sign in to leave a comment.
Hello, thank you for the report! The problem looks related to https://youtrack.jetbrains.com/issue/PY-23805, the duplicate of https://youtrack.jetbrains.com/issue/IDEA-172148 which is already fixed and the fix will be available in the next PyCharm update.
As workaround please try: https://youtrack.jetbrains.com/issue/IDEA-172148#comment=27-2141647. Sorry for the inconvenience.
Thank you, that's it. Resolved it for my project by creating and linking the missing .iml file myself.