Re: Python on Nintendo DS

2006-04-26 Thread Richard Tew
You can find the new port of Python 2.4.3 (Stackless) here: http://www.disinterest.org/NDS/Python24.html Even if you do not have a Nintendo DS with the appropriate homebrewing device to make the rom available to it, you should still be able to run it within an emulator like Dualis (which is where

Re: Python on Nintendo DS

2006-04-25 Thread Richard Tew
An update to my Python on Nintendo DS efforts. Summary: - Working bug free port of Python for the Nintendo DS. - Programmers wanted to help write extensions to expose the DS hardware to Python. - Stackless Python supported, but not bug free. When I last worked on it, it had several remaining

Re: Python on Nintendo DS

2005-12-21 Thread Do Re Mi chel La Si Do
Hi! Super mega cool. Thanks! MCI -- http://mail.python.org/mailman/listinfo/python-list

Python on Nintendo DS

2005-12-20 Thread [EMAIL PROTECTED]
Hi, I tried porting Python to the Nintendo DS, and it was surprisingly easy. Installing something called devkitPro, devkitARM, libNDS, msys, msys-DTK and then just using that to cross compile a python installation. Heres a screenshot of it running in the Dualis emulator. It runs flawlessly