Skip to content

Resolves wxPython build issues on macOS#754

Merged
Keboo merged 1 commit intodevelopfrom
kdb/fixPythonBuild
Dec 8, 2025
Merged

Resolves wxPython build issues on macOS#754
Keboo merged 1 commit intodevelopfrom
kdb/fixPythonBuild

Conversation

@Keboo
Copy link
Member

@Keboo Keboo commented Dec 8, 2025

The PythonWXPython sample build was encountering issues on macOS, specifically related to a libpng dependency with wxPython. This change addresses the problem by:

  • Updating the wxPython dependency to version 4.2.4 in the pyproject.toml file.
  • Introducing an explicit installation step for wxPython using pip in the GitHub Actions workflow for macOS builds. This ensures wxPython is properly installed before other dependency management steps, preventing the libpng dependency conflict.

This resolves the previous build failures for the PythonWXPython sample on macOS.

Adds an explicit wxPython installation step for the `PythonWXPython` sample when building on macOS runners. This ensures the `libpng` dependency is met, preventing potential CI build failures caused by the missing library.
@codecov
Copy link

codecov bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.21%. Comparing base (1d5c984) to head (61830ff).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #754      +/-   ##
===========================================
+ Coverage    40.91%   41.21%   +0.29%     
===========================================
  Files          244      244              
  Lines        18385    18385              
  Branches      2049     2049              
===========================================
+ Hits          7523     7578      +55     
+ Misses       10504    10439      -65     
- Partials       358      368      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Keboo Keboo merged commit 1a622e5 into develop Dec 8, 2025
58 checks passed
@Keboo Keboo deleted the kdb/fixPythonBuild branch December 8, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant