Skip to content

Review DLLs bundled by pyqt-bundle #18

Open
@philthompson10

Description

@philthompson10

Currently pyqt-bundle bundles DLLs for OpenSSL, the C++ runtime and the C runtime. These should be reviewed to see if they are all still required. The following points need to be taken into account...

  • Qt5 still needs to be supported
  • all supported versions of Python include the C runtime (but are they accessible by the Qt DLLs?)
  • the recommendation for C++ extension modules is that they dynamically link the C runtime and statically link the C++ runtime (however it's not clear how to do this, and the Qt DLLs probably dynamically link the C++ runtime anyway).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions