pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.23k stars 328 forks source link

Can't use pyinstaller to ursina #671

Closed Leonmmcoset closed 7 months ago

Leonmmcoset commented 7 months ago

On first,I seen #218 and follow him,but error found: Could not load font file: OpenSans-Regular.ttf (I am a chinese man,I can't speak much English) How can I do it?

pokepetter commented 7 months ago

Did any of the other tools work? PyInstaller is not recommended as described here: https://www.ursinaengine.org/building.html

Leonmmcoset commented 7 months ago

I like using pyinstaller(but py-to-exe is using pyinstaller I guess) can I use my font? How can I code it?

Leonmmcoset commented 7 months ago

hello?

Leonmmcoset commented 7 months ago

I fixing the bug in https://github.com/pyinstaller/pyinstaller/issues/8442 Thanks for PyInstaller Team!