pokepetter / ursina

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

Cannot build to exe because of module not found error #673

Closed ZombiesLoveZGames closed 2 months ago

ZombiesLoveZGames commented 2 months ago

I tried to convert my multi-file project to exe using pyinstaller and auto-py-to-exe and searched for advice but nothing works, the program keeps raising the error: Module object for pyimod02_importers is NULL I have read https://www.ursinaengine.org/building.html#Building%20Your%20App%20with%20ursina.build but I get even more errors. I do not use any other external modules other than ursina. Any help will be appreciated

pokepetter commented 2 months ago

Maybe this issue can help? https://github.com/pokepetter/ursina/issues/671

Leonmmcoset commented 2 months ago

https://github.com/pyinstaller/pyinstaller/issues/8442 This will help(I am #671 's author)