Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pycharm and Windoze
#3
Thanks for your reply!

I couldn't find any specific reference to Pycharm there. The docs page has, as the first example:

from openpyxl.styles import PatternFill, Border, Side, Alignment, Protection, Font
Which indicates, that is the way to do it.

Pycharm automatically creates a VENV for a project.

It accepts

import openpyxl 
and

from pathlib import Path
then stops at

from openpyxl.styles import PatternFill
whereas Idle IDE has no problem with getting styles from openpyxl.styles

A Windoze mystery!
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