User Activity

  • Posted a comment on discussion General Discussion on IdleX - IDLE Extensions for Python

    Tested on Xubuntu 20.04 with Idle version 3.8.5 On clicking "Export to HTML" and selecting a file name, an empty HTML file is created. This is due to: AttributeError: module 'cgi' has no attribute 'escape' To fix the problem, change line 88: import cgi to import html and line 145 from out.append(cgi.escape(content)) to out.append(html.escape(content))

View All

Personal Data

Username:
stevedaulton
Joined:
2014-10-10 15:02:38

Projects

  • No projects to display.

Personal Tools