Skip to content

Conversation

nebkat
Copy link
Contributor

@nebkat nebkat commented Jan 8, 2025

Description

Fix for pyinstaller/pyinstaller#2560

Allows PyInstaller binaries to be generated using:

pyinstaller --onefile --name esp-idf-monitor esp_idf_monitor/__main__.py

Related

See also #20

Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

Copy link

github-actions bot commented Jan 8, 2025

Warnings
⚠️ The PR description looks very brief, please check if more details can be added.

👋 Welcome nebkat, thank you for your first contribution to espressif/esp-idf-monitor project!

📘 Please check project Contributions Guide of the project for the contribution checklist, information regarding code and documentation style, testing and other topics.

Pull request review and merge process you can expect

We do welcome contributions in the form of bug reports, feature requests and pull requests via this public GitHub repository.

  1. An internal issue has been created for the PR, we assign it to the relevant engineer
  2. They review the PR and either approve it or ask you for changes or clarifications
  3. Once the Github PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing
    • At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
  4. If the change is approved and passes the tests it is merged into the default branch

🔁 You can re-run automatic PR checks by retrying the DangerJS action


⚠️ Deprecation Notice: This GitHub action is scheduled for removal in March 2024. We recommend migrating to the latest version available in the shared-github-danger project.

Generated by 🚫 dangerJS against 466235f

@github-actions github-actions bot changed the title fix: Use absolute import in __main__ for pyinstaller/pyinstaller#2560 fix: Use absolute import in __main__ for pyinstaller/pyinstaller#2560 (IDFGH-14380) Jan 8, 2025
@espressif-bot espressif-bot merged commit cea7d79 into espressif:master Jan 10, 2025
2 checks passed
@nebkat nebkat deleted the fix/pyinstaller branch January 10, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants