pinetr2e / napkin

Python as DSL for writing PlantUML sequence diagrams
MIT License
195 stars 10 forks source link

Error #10

Closed PODAMEKALAPREETHI closed 3 years ago

PODAMEKALAPREETHI commented 3 years ago

I am running this codes in python 3.8 and I install napkin 0.6.4. Even though I am getting error like for group: AttributeError: 'Context' object has no attribute 'group' for helper: AttributeError: module 'helper' has no attribute 'generate_markdown_file'

pinetr2e commented 3 years ago

You need to upgrade Napkin.(pip install --upgrade napkin) The version 0.6.4 is the old version before the change you asked.