Skip to content

py2exe 0.11.1.1

Compare
Choose a tag to compare
@albertosottile albertosottile released this 03 Jul 22:07
· 84 commits to master since this release

This patch release includes several minor fixes. Thanks to all the people that contributed to this release.

Changelog:

  • The Stderr.write method used for logs of windows apps now returns the number of written bytes, PR #134 by @manueljacob.
  • Change default path of the log file created for windows apps to %APPDATA%, issue #138 by @mharbison72.
  • Restore hook functionality for pkg_resources, issue #139 by @Athanasius.
  • Restore explicit ImportError message when a module is required but it is listed in the ModuleFinder.excludes list, mentioned in issue #132 by @mharbison72.