Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pycharm and Windoze
#1
I don't use Windows normally, but I can't buy a laptop here without Windows, so I have Windows 10.

I wanted to see what Pycharm is like, so I installed it in Windows

I copied some Python files onto a usb-stick and tried to run them in Pycharm.

First Pycharm said: no module openpyxl.

I installed openpyxl using pip in cmd.

Pycharm still said: no module openpyxl.

I installed Python from python.org

After that, Pycharm found openpyxl, but then it balked at:

Quote:from openpyxl.styles import PatternFill

Pycharm says: no module openpyxl.styles

I ran Idle IDE in Windows, and I can use:

Quote:from openpyxl.styles import PatternFill

No problem

What do I have to do, apart from installing openpyxl, to get PatternFill (and other .syles functions) in Windoze?
Reply


Messages In This Thread
Pycharm and Windoze - by Pedroski55 - Oct-09-2022, 01:37 PM
RE: Pycharm and Windoze - by Larz60+ - Oct-09-2022, 10:25 PM
RE: Pycharm and Windoze - by Pedroski55 - Oct-09-2022, 10:59 PM
RE: Pycharm and Windoze - by Larz60+ - Oct-09-2022, 11:08 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020