Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Paul Everitt
Total activity
282
Last activity
April 12, 2019 13:28
Member since
January 26, 2016 15:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
117
Activity overview
Posts (0)
Comments (165)
Sort by recent activity
Recent activity
Votes
Created
September 09, 2016 10:44
Let's simplify things and get it working, then see if you can adapt to your style. Make a directory, e.g. project_1, somewhere that you regularly store your things Use Windows Explorer to move the...
Community
PyCharm
noob questions
1 vote
Created
September 08, 2016 12:43
Correct, it thinks your path is a directory, when instead it is a file. Try opening 'C:\Users\neodym\Desktop\EQ saves SRS only' in PyCharm (the directory) so it can make a project.
Community
PyCharm
noob questions
1 vote
Created
September 07, 2016 13:19
In general you don't want to open the file directly. Instead, have a concept of a PyCharm "project"..basically, a directory with a file. Here is a screencast with an introduction to projects.
Community
PyCharm
noob questions
1 vote
Created
August 25, 2016 11:58
For the most part, VCS only makes itself visible when you are in a project with registered VCS roots. You don't have these, so you should rarely see anything, other than a VCS menu. You could, thou...
Community
PyCharm
How to disable version control support in PyCharm altogether?
1 vote
Created
August 17, 2016 00:08
I think the instructions you saw talked about the interactive interpreter. If you are running a Python script, make sure you do print(1+1) If you want "interactive mode" in PyCharm, click the "Pyth...
Community
PyCharm
noob questions
1 vote
Created
July 24, 2016 09:07
We have a bug related to having the same virtualenv defined twice in your IDE. Take a look at your list of all virtualenvs (Project Interpreter -> Click on gear -> Manage) and see if you have any i...
Community
PyCharm
PyCharm 2016.2 shows reserved words as unresolved references
1 vote
Created
February 12, 2016 13:27
When you run the first run configuration and it opens in the tool window at the bottom, right click on the label for the tool window. You will then get an option to "Pin Tab". This will keep that w...
Community
PyCharm
suddenly I can't run multiple program in parallel
1 vote
Created
April 26, 2016 14:04
Sorry for the delay, I got an answer from the Powers That Be. cygwin is not considered a supported Python interpreter. Sorry about that!
Community
PyCharm
Does PyCharm work with the Cygwin Python?
1 vote
Created
March 13, 2016 14:50
I think in this case, PyCharm is doing the right thing. Your code won't run in Python and would get flagged in pylint: TypeError: unbound method myfunction() must be called with MyClass instance as...
Community
PyCharm
Syntax highlighting works only on function, class and method definitions?
1 vote
Created
March 23, 2016 11:10
PyCharm has language injections. This lets you open a .js file and, in the middle of it, change to another language inside a string.
Community
PyCharm
How to deal properly with sql code in js file ?
1 vote
«
First
‹
Previous
Next
›
Last
»