vbe0201 / 3DS.py

Python on your Nintendo 3DS
Apache License 2.0
134 stars 7 forks source link

"print" doesn't work #21

Open PokeMichele opened 1 year ago

PokeMichele commented 1 year ago

I tried to run this project (https://github.com/BunkerInnovations/duco-3ds/ ), but the print function didn't work, so i can't see if it gives errors

vbe0201 commented 11 months ago

I never got to dig to the root of this, but sometimes it is necessary to pass flush=True to print calls.