indygreg / indygreg/PyOxidizer

AttributeError: 'PyOxidizerFinder' object has no attribute 'get_filename'

Open
#160 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
6.2k
Forks
256
PR merge metrics
No merged PRs in 30d

Description

```py
ERROR: test_decorators (test.test_pyclbr.PyclbrTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test.test_pyclbr", line 156, in test_decorators
self.checkModule('test.pyclbr_input', ignore=['om'])
File "test.test_pyclbr", line 67, in checkModule
dict = pyclbr.readmodule_ex(moduleName)
File "pyclbr", line 116, in readmodule_ex
File "pyclbr", line 154, in _readmodule
File "pyclbr", line 175, in _readmodule
AttributeError: 'PyOxidizerFinder' object has no attribute 'get_filename'
```
https://docs.python.org/3/library/importlib.html#importlib.abc.ExecutionLoader

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with test.test_pyclbr.test_decorators and the pyclbr.readmodule_ex traceback, then compare PyOxidizerFinder with the importlib.abc.ExecutionLoader documentation linked in the issue. Done means the reported AttributeError is resolved and the test passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, rust
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.