pyinstaller / pyinstaller/pyinstaller
special module for PyInstaller exceptions
Open
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.pythat 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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