Top "Pycharm" questions

PyCharm is an integrated development environment (IDE) for Python.

ModuleNotFoundError: No module named 'distutils.core'

I've recently upgraded from Ubuntu 18.04 to 19.04 which has python 3.7. But I work on many projects using Python 3.6. Now when I …

python pycharm virtualenv python-3.6
Pycharm: "unresolved reference" error on the IDE when opening a working project

Intro I have a Python project on a git repository. Everything works ok for most of the team members, we …

python pycharm
How to install PyQt5 in Pycharm?

OK when I try to import the following using PyCharm import sys from PyQt5.QtWidgets import QtGui, QtCore it generates …

pycharm pyqt5
Adding spaces in multiple lines simultaneously - in Pycharm

I have a very simple question which I can not resolve. I am new to Pycharm and Python and I …

formatting indentation pycharm spaces
Process finished with exit code 137 in PyCharm

When I stop the script manually in PyCharm, process finished with exit code 137. But I didn't stop the script. Still …

python pycharm xgboost
Ugly fonts in Java applications on Ubuntu

Help me, please. It's screen of my Netbeans: PyCharm: How can I fix it? I use Oracle Java 7. java version "1.7.0_25" …

java linux ubuntu netbeans pycharm
Symbol not found: __PyCodecInfo_GetIncrementalDecoder

Since updating from Homebrew Python 2.7.11 (from 2.7.10) I'm suddenly unable to test register my package on PyPi from the PyCharm IDE …

python python-2.7 pycharm setuptools
Pycharm - Python packaging tools not found

I'm trying to install packages in Pycharm for python3.5 interpreter. It says, Python packaging tools not found. Install packaging tools. …

ubuntu pycharm python-3.5
Recreating PyCharm launcher in Ubuntu

I installed pycharm normally via bin/pycharm.sh, but the mistake I made was doing bash pycharm.sh while the …

bash ubuntu pycharm
When I assign a list to variable why Pycharm give me a prompt that is "this list creation could be rewritten as a list literal"?

I am a Python beginner and have a puzzle. When I write code like this: lst = [1, 2, 3, 4] Pycharm give me a …

python list pycharm