AlJohri / docx2pdf

MIT License
506 stars 96 forks source link

fixed importlib_metadata error in Python 3.7 #42

Closed muhsinkompas closed 2 years ago

muhsinkompas commented 2 years ago

importlib.metadata (importlib_metadata) causes error in Python 3.7. Also pyinstaller uses Python 3.7 for windows.

AlJohri commented 2 years ago

I don't think this is the ideal solution to handle across python versions. Closing for now, but please feel free to post the stacktrace from Python 3.7 and we can come up with a better solution.