esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
41 stars 21 forks source link

SeriesMgr fails to write HTML #72

Closed kimble4 closed 3 years ago

kimble4 commented 3 years ago

Describe the bug "Publish to HTML" button causes a 0 byte file to be written. No dialog box appears to confirm the destination as expected.

Desktop (please complete the following information): Windows 10 SeriesMgr 3.0.9-20210501145300 and 3.0.9-beta-7b230ac

Logfile shows AttributeError: module 'cgi' has no attribute 'escape'

This is presumably related to the new Python?

esitarski commented 3 years ago

Thanks for finding that. Yes, Python3 moved the escape function from cgi to the html module, the disabled the old calls. This is now fixed in the latest released version which should by available by 10am EST.

On Sun, May 16, 2021 at 5:29 PM Kim Wall @.***> wrote:

Describe the bug "Publish to HTML" button causes a 0 byte file to be written. No dialog box appears to confirm the destination as expected.

Desktop (please complete the following information): Windows 10 SeriesMgr 3.0.9-20210501145300 and 3.0.9-beta-7b230ac

Logfile shows AttributeError: module 'cgi' has no attribute 'escape'

This is presumably related to the new Python?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/72, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKM5IOXXZVT2YVI7YTLTOA2KZANCNFSM447IYMJA .

--

Edward Sitarski