Skip to main content

Async wxPython with trio.

Project description

# wxtrio Run wx with trio in guest mode.

Limitations of this approach:
  • The GUI hogs processing (and hence, trio tasks do not run) when the mouse is not moving while doing any of the following:
    • Resizing windows

    • Moving windows

    • Navigating menus

  • Trio is started in guest mode, so wxPython’s main event loop must be started before trio. As a result, all async tasks are cancelled when the wxPython application exits.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wxtrio-0.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

wxtrio-0.1-py3-none-any.whl (6.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page