kxxoling / markdown2pdf

[Deprecated] A command line tool to convert markdown file to pdf.
https://pypi.python.org/pypi/Markdown2PDF
63 stars 23 forks source link

Script fails #16

Open Tomaszu97 opened 4 years ago

Tomaszu97 commented 4 years ago

There are no paentheses in init.py file, line 20: print css_file I use Python3 and downloaded package using pip3 as well

Accelerator-One commented 4 years ago

@Tomaszu97

The repository has not been updated by the author on PyPI, though the package has been fixed by other contributor on GitHub. To address the issue, just apply the fix in the package as below :

$ sudo gedit /home/\<user_name>/.local/lib/\<python_version>/site-packages/markdown2pdf/__init__.py