markdown2pdf
markdown2pdf copied to clipboard
Script fails
There are no paentheses in init.py file, line 20: print css_file I use Python3 and downloaded package using pip3 as well
@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
- Replace line 20 print css_file to print(css_file)
- Now module will work correctly