Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'type' object is not subscriptable #86

Open
Anyeos opened this issue Jun 23, 2023 · 0 comments
Open

TypeError: 'type' object is not subscriptable #86

Anyeos opened this issue Jun 23, 2023 · 0 comments

Comments

@Anyeos
Copy link

Anyeos commented Jun 23, 2023

Traceback (most recent call last):
File "ntscQT.py", line 10, in
from app import NtscApp
File "/Compartidos/Video/ntscqt/app/init.py", line 1, in
from .NtscApp import NtscApp
File "/Compartidos/Video/ntscqt/app/NtscApp.py", line 12, in
from app.InterlacedRenderer import InterlacedRenderer
File "/Compartidos/Video/ntscqt/app/InterlacedRenderer.py", line 1, in
from app.Renderer import DefaultRenderer
File "/Compartidos/Video/ntscqt/app/Renderer.py", line 41, in
class DefaultRenderer(AbstractRenderer):
File "/Compartidos/Video/ntscqt/app/Renderer.py", line 54, in DefaultRenderer
buffer: dict[int, ndarray] = defaultdict(lambda: None)
TypeError: 'type' object is not subscriptable

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

No branches or pull requests

1 participant