私のコードのこの部分は私にParagraph('Road',style["Normal"], bulletText=None)
これを与えますNameError: global name 'styles' is not defined.
私がインポートしたモジュールは次のとおりです:
from reportlab.lib.styles import ParagraphStyle
私のコードのこの部分は私にParagraph('Road',style["Normal"], bulletText=None)
これを与えますNameError: global name 'styles' is not defined.
私がインポートしたモジュールは次のとおりです:
from reportlab.lib.styles import ParagraphStyle