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

pygame.error: Couldn't find glyph #2

Closed
celikmustafa89 opened this issue Mar 29, 2022 · 2 comments
Closed

pygame.error: Couldn't find glyph #2

celikmustafa89 opened this issue Mar 29, 2022 · 2 comments

Comments

@celikmustafa89
Copy link

I am getting following error when I run this code python src/main.py images/garf.jpg

Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "/Users/celik/codes/oak/Matrix-Rain-An-Image/src/main.py", line 159, in <module>
    main()
  File "/Users/celik/codes/oak/Matrix-Rain-An-Image/src/main.py", line 101, in main
    symbol_list, symbol_columns = get_symbols(img)
  File "/Users/celik/codes/oak/Matrix-Rain-An-Image/src/main.py", line 46, in get_symbols
    symbol_list.append(Symbol(x, y, 0, pygame.Color("white")))
  File "/Users/celik/codes/oak/Matrix-Rain-An-Image/src/symbol.py", line 28, in __init__
    self.charSet = [font.render(char, True, color) for char in katakana]
  File "/Users/celik/codes/oak/Matrix-Rain-An-Image/src/symbol.py", line 28, in <listcomp>
    self.charSet = [font.render(char, True, color) for char in katakana]
pygame.error: Couldn't find glyph```
@jarheadjoe
Copy link

same issue here

@iZucked
Copy link
Owner

iZucked commented Aug 14, 2022

Just got around to fixing this with this commit, thanks for reporting this!

@iZucked iZucked closed this as completed Aug 14, 2022
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

3 participants