Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
J Jobson
Total activity
6
Last activity
September 08, 2021 12:42
Member since
September 07, 2021 08:22
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
September 08, 2021 12:42
So I think I appeared to have fixed it. For some reason it just wasn't finding the right files needed, so I forced it with import sys then sys.path.append(r'locationOfTools) That seemed to do the t...
Community
PyCharm
No module found for pygsheets?
0 votes
Created
September 08, 2021 12:13
Here are the paths, I've highlighted the ones I'm using. I created a new project, used the same venv as I'm using for that other project, and when I use Import PyQt5 it seems to find it fine. I...
Community
PyCharm
No module found for pygsheets?
0 votes
Created
September 08, 2021 09:10
This is what I've got now, so I've done pip install PyQt5 after activating the venv, then run python and tried importing, and you can see it's in my code. (The QT widgets seen are from PySide so ca...
Community
PyCharm
No module found for pygsheets?
0 votes
Created
September 07, 2021 13:55
Hi, sure, it's pygsheets. https://pygsheets.readthedocs.io/en/stable/ I've gone through all the steps on there and it still doesn't seem to be working. I've created a venv in my directory, and wher...
Community
PyCharm
No module found for pygsheets?
0 votes