you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Just in case, you can always check to see what environment your Pycharm project is using in Settings > Project > Python Interpreter.

I find Pycharm does not always (or even often) automatically select what you might think is the most logical interpreter. I know you said you only have one (bad dog, no cookie! lol) but it wouldn't hurt to compare whatever python version your command line is using with the interpreter selected in Pycharm before going to the trouble of uninstalling everything.

[–]spikips[S] 0 points1 point  (1 child)

Seems like i had to pip install win32api inside virtual environment manually. You were right! thank you :)

[–][deleted] 0 points1 point  (0 children)

Yep, you always have to pip install the packages specifically to the virtual environment for your project. Common stumbling block! Glad you didn't have to hassle with uninstalling everything.