I have installed the mdutils on Python 3.5 with pip install.
On importing the module I get the following error:
Traceback (most recent call last):
File "C:\Users\CClaus\projecten\Studytube\navisworks_manage.py", line 1, in <module>
from mdutils import *
File "C:\Python35\lib\site-packages\mdutils\__init__.py", line 2, in <module>
from mdutils.mdutils import MdUtils
File "C:\Python35\lib\site-packages\mdutils\mdutils.py", line 21, in <module>
import mdutils.tools.Table
File "C:\Python35\lib\site-packages\mdutils\tools\__init__.py", line 4, in <module>
from .MDList import MDList
File "C:\Python35\lib\site-packages\mdutils\tools\MDList.py", line 28
md_list += self._add_new_item(item, f "{n_marker}")
^
SyntaxError: invalid syntax
I have installed the mdutils on Python 3.5 with pip install.
On importing the module I get the following error: