pygame-web / pygbag

python and pygame wasm for everyone ( packager + test server + simulator )
https://github.com/pygame-web
MIT License
339 stars 40 forks source link

Setting up [Pil] does not go away #71

Closed tigercoding56 closed 1 year ago

tigercoding56 commented 1 year ago

Screenshot from 2023-02-11 20-13-18

, even after waiting for 10 minutes , this text still appears after i have removed the build folder and rerun pygbag with a pygame program that uses PIL ) the previous time it did not take as long

tigercoding56 commented 1 year ago

ups turns out i had imported the pygame-gui module somewhere in the code , commenting the import out solved the issue :D