Petr Novák

Results 3 comments of Petr Novák

Thank you for sharing your experience. Unfortunately we did not test this library on Windows, so it's hard to provide any comment on errors you might be seeing.

@rpastrana This library is primarily developed on Linux. We'll be happy to accept patches that will improve Windows support, and we can provide guidance regarding specific build errors to the...

Had the same problem. Changing the line to `text += obj.get_meta_keywords() if hasattr(obj, 'get_meta_keywords') else u''` fixed it for me.