Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alan
Total activity
17
Last activity
August 06, 2024 17:05
Member since
February 05, 2018 21:00
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
4
Activity overview
Posts (1)
Comments (5)
Sort by votes
Recent activity
Votes
Created
June 23, 2021 21:35
In Pycharm, I found that I had to: Install __init__.py at every level use the . notation: from .file import Class
Community
PyCharm
ModuleNotFoundError: No module named '...'
0 votes
Created
May 08, 2019 18:51
I have the same problem. I followed the instructions to use a conda environment as the interpreter. But when running a program, it throws errors as if it is running in a different environment. I...
Community
PyCharm
PyCharm issue with Anaconda
0 votes
Edited
April 19, 2018 18:25
I had this problem. In clion I went to Settings->Build, Execution and Deployment->Toolchains and changed the debugger setting to "gdb". It seems that I had a problem with the bundled gdb. Ah......
Community
CLion
During startup program exited with code 127
0 votes
Created
April 13, 2018 16:06
Yes - I am using Clion on WSL. But I met many difficulties - all of them WSL issues. Here is a summary of what I had to do: Followed the instructions on https://confluence.jetbrains.com/display/C...
Community
CLion
CLion with 'Bash on Ubuntu on Windows'?
0 votes
Created
February 07, 2018 15:01
Hi Anna - thanks for responding so quickly! I tried out a couple of simple test cases, and it seems cLion is finding the definition with no problems. So I have to dig deeper into the (very compli...
Community
CLion
cLion IDE doesn't find declaration of class if there is a forward declaration
0 votes