I read the docs and found we need a character such as \267 as a bullet. What does this mean? I made the bulletFontName = 'Symbol' and am using * for the time being. I tried to use chr(267) but got ValueError: arg not in range(256) and it didn't like \267 (invalid token) Any hints? Thanks Mike