Skip to content

pyinstaller issue #15

Description

@fuyans

An error is encountered after built with pyinstaller with pytexit imported.

The error is caused by the fact that pyinstaller does not include __version__.txt

I solved this by manually modifying __version__ == '0.3.3' in the __init__.py, i.e. not reading version data from __version__.txt

Might just put version info in a .py (i.e. __init__.py) file in lieu of a text file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions