Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Sam Quintanar
Total activity
22
Last activity
March 24, 2023 19:39
Member since
April 18, 2016 20:33
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (8)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
March 24, 2023 19:39
SQ: The solution was to remove instances of pyqt from the anaconda environment by doing ‘conda list pyqt’. Apparently, they were interfering with system access by PyCharm venv dependencies.
Community
PyCharm
Please help me with an Import error I get when running code in Pycharm
0 votes
Created
August 16, 2021 01:48
Using WebStorm2021.2 on Ubuntu 18.04. So...I figured it out! Here are the steps: 1. Installed python-based virtualenv using: sudo apt-get install virtualenv2. Open WebStorm 1) Left-click on ‘...
Community
WebStorm
Does anyone have a concrete example of having Node.js in a virtual environment and then using it in WebStorm?
0 votes
Created
August 07, 2021 20:19
After doing 'Help' menu >Edit Custom Properties; added idea.max.intellisense.filesize=25000, I did the following within the venv of PyCharm: 1- Started a new project 2- pip3 install pycairo 3- pip...
Community
PyCharm
Show me clear way to get code completion with PyGObject
0 votes
Created
May 26, 2021 02:40
I managed to solve the problem! I used 'sudo apt install' from within my venv to install all the libs; then use 'pip install' to install the python module into the venv. The problems stemmed from...
Community
PyCharm
Need Help installing GMPY2 2.0.8 into my PyCharm venv
0 votes
Created
May 15, 2020 06:54
I am using the Community version of IntelliJ version 2020.1.1, Build #IC-201.7723.91m built on April 29, 2020. Using OpenJDK 11.
Community
IntelliJ IDEA Users
Need help to get a set of files from a jar file running in Intellij community version on Ubuntu Linux
0 votes
Created
April 19, 2016 06:04
The problem was all about ownership of the folders and files. Changing the owner with sudo chown -R username:group directory recursively changed the owner from root to me and then all was well.
Community
PyCharm
[SOLVED]---- Trouble saving edited files in Pycharm 4.5
0 votes