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

i keep getting this error when i try to run the webconverter.py script #44

Open
juden09 opened this issue May 31, 2022 · 1 comment
Open

Comments

@juden09
Copy link

juden09 commented May 31, 2022

Traceback (most recent call last):
File "C:\Users\D4RK5ID3\ESPBug-0.1\web_converter\webConverter.py", line 8, in
from css_html_js_minify.minify import process_single_html_file, process_single_js_file, process_single_css_file
File "C:\Users\D4RK5ID3\ESPBug-0.1\web_converter\css_html_js_minify_init_.py", line 13, in
from .minify import (process_single_html_file, process_single_js_file,
File "C:\Users\D4RK5ID3\ESPBug-0.1\web_converter\css_html_js_minify\minify.py", line 30, in
from anglerfish import (check_encoding, check_folder, make_logger,
File "C:\Users\D4RK5ID3\ESPBug-0.1\web_converter\tutorial_env\lib\site-packages\anglerfish_init_.py", line 32, in
from anglerfish.get_clipboard import get_clipboard # noqa
File "C:\Users\D4RK5ID3\ESPBug-0.1\web_converter\tutorial_env\lib\site-packages\anglerfish\get_clipboard.py", line 18, in
Clipboard = NamedTuple("Clipboard", fields=(("copy", callable),
File "C:\Users\D4RK5ID3\AppData\Local\Programs\Python\Python39-32\lib\typing.py", line 1882, in NamedTuple
return _make_nmtuple(typename, fields, module=module)
File "C:\Users\D4RK5ID3\AppData\Local\Programs\Python\Python39-32\lib\typing.py", line 1807, in _make_nmtuple
types = {n: _type_check(t, f"field {n} annotation must be a type")
File "C:\Users\D4RK5ID3\AppData\Local\Programs\Python\Python39-32\lib\typing.py", line 1807, in
types = {n: _type_check(t, f"field {n} annotation must be a type")
File "C:\Users\D4RK5ID3\AppData\Local\Programs\Python\Python39-32\lib\typing.py", line 164, in _type_check
raise TypeError(f"{msg} Got {arg!r:.100}.")
TypeError: field fields annotation must be a type Got (('copy', ), ('paste', )).

@Olum0G
Copy link

Olum0G commented Sep 12, 2022

Same here

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

2 participants