EzRyder
EzRyder
**No problem (confirmed OK on 2024-05-28)** - mojo 2024.5.822 (2cfed0ad) OK **Problem confirmed:** - mojo 2024.5.1002 (83c7e1be) - mojo 2024.5.1805 (341542be) - mojo 2024.5.1905 (46b7e7ee) - mojo 2024.5.2012 (fb60fe4f) -...
@ematejska, @JoeLoser , @mzaks, @jopamer, @rd4com, @jdiggins Here's an interesting clue to the mystery. It works when the line `while app_run:` is changed to `while not not app_run:`. ``` fn...
So as of Mojo version 24.2, Python.dict() is missing which causes a different error altogether. :disappointed: https://github.com/modularml/mojo/discussions/2201