pyinstaller / pyinstaller/pyinstaller

special module for PyInstaller exceptions

Open
#1,716 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

@low / cleanup pull-request wanted
Dominant language
Python
Stars
13.1k
Forks
2k
Avg merge
1d 3h
Merged PRs (30d)
11

Description

  • Create special module PyInstaller/exceptions.py that will contain definition of all exceptions that might be raised by PyInstaller.
  • Define root exception class PyiError(Exception) and more specific exceptions should inherit from it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the new PyInstaller/exceptions.py module and review the repository for exceptions that PyInstaller may raise. Define PyiError as the root exception and ensure the more specific exceptions inherit from it; the work is done when the module contains the requested exception definitions.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.