Skip to content

Server interrupts requests when Python application packed by PyInstaller #269

@vololev

Description

@vololev

If your application is packaged with PyInstaller and the --noconsole option is set, JsonRpcServer will not process the request, but will simply return a completely empty response.
If you do not use --noconsole, the application will have a console window, but will work fine.

System: Win7 x64 pro, Python 3.8.10 x32, PyInstaller 5.13, jsonrpcserver 5.0.9

Found, that exe file made by PyInstaller up to 5.6.2 is working normal. Newer versions not working with --noconsole parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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