Skip to content

0.12.0.0 - Expects version_info to always be defined #151

@Athanasius

Description

@Athanasius

Before migrating EDMarketConnector over to the new freeze() API I decided to check if our old setup.py would work with 0.12.0.0.

It yields:

...
  File "C:\Users\Athan\Documents\Devel\EDMarketConnector\venv\lib\site-packages\py2exe\runtime.py", line 364, in build_exe
    if self.options.version_info:
AttributeError: 'Namespace' object has no attribute 'version_info'

As this is against our legacy setup.py, we only have version=.

https://github.com/py2exe/py2exe/blob/master/docs/migration.md implies that you only need to change to version_info when migrating to the new freeze() API. So, this would appear to be a breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions