@Rainer:
Please check line 168 in HtmlMake.py. It creates an error with Python 3.3:
File "C:\Users\Public\Scripts\HtmlMake.py", line 168, in slugify
value = 'markdown-header-' + value.strip().lower() # Bitbucket prefx.
TypeError: Can't convert 'bytes' object to str implicitly
My change is:
value = bytes('markdown-header-', encoding="ascii") +
value.strip().lower() # Bitbucket prefx.
Greetings
Wolfgang
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users