Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
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
Articles (0)
Posts (0)
Comments (165)
Paul Everitt
commented,
April 12, 2019 13:27
Official comment
I was able to make a run configuration pretty easily. Instead of Script Name, I used module and typed in quart. I then added run as an argument. I then provide the module and function in an environ...
Community
PyCharm
Quart / ASGI run configuration
0 votes
Paul Everitt
commented,
April 05, 2019 11:22
You can make a configuration "template" or edit one of the existing templates. All *new* run configurations will inherit that value. However, changing the template won't change values in existing t...
Community
PyCharm
Is there a way to have a parent Run/Debug configuration?
0 votes
Paul Everitt
commented,
March 07, 2018 18:24
I believe this ticket PY-6275 describes what you're looking for. Despite being old, it only has a couple of votes.
Community
PyCharm
Sphinx Completion
0 votes
Paul Everitt
commented,
March 06, 2018 11:53
Just to be clear, you're looking for autocompletion on directives in RST docs themselves, right? Not on things like Jinja2 templates that format a docs project or in Python code for Sphinx extensions.
Community
PyCharm
Sphinx Completion
0 votes
Paul Everitt
commented,
January 24, 2018 16:10
Since mysql_config can't be found, it sounds like you haven't setup mysql. Given that this isn't about PyCharm, you'd probably have more luck posting this on StackOverflow or Reddit's /r/python cha...
Community
PyCharm
python setup.py egg_info error
0 votes
Paul Everitt
commented,
January 19, 2018 14:57
It's worth discussing whether PyCharm should warn you if you name a module with the same name as something from the standard library or something you installed as a package. Although the latter can...
Community
PyCharm
pycharm cannot debug with ModuleNotFound error
-1 votes
Paul Everitt
commented,
January 19, 2018 11:28
This is all about Git repositories, not PyCharm. It's possible there is some advanced feature in Git that I'm not aware of which allows a file to be in a *local* repository but not in a remote. But...
Community
PyCharm
Include files in Git but not in Github
0 votes
Paul Everitt
commented,
January 19, 2018 11:25
Looks like this ticket. Do you perhaps have a module named "queue.py" in your project? If so, rename that file.
Community
PyCharm
AttributeError While Debugging
0 votes
Paul Everitt
commented,
January 19, 2018 11:19
GitHub is a remote Git repository, so if the files are registered locally in Git, then they will be pushed to the remote Git repository (GitHub.) You can use .gitignore of course to omit certain fi...
Community
PyCharm
Include files in Git but not in Github
0 votes
Paul Everitt
commented,
January 10, 2018 18:47
Here are the help docs about that feature, including how to turn it off. One thing to point out: PyCharm has a built-in history mechanism called "Local History" which makes it easy to go back in ti...
Community
PyCharm
Why are files automatically saved when running or exiting?
0 votes