Warning
This project is pretty much dead, I've moved on to other things. Checkout Carlos Eduardo's port of Stackless Python, it's more up to date, and actually maintained.
Welcome to Python-PSP
This is the project page for Sony's PSP version of the Python programming language. This is both a Wiki and an issue tracking system. See TracGuide for details.
You might want to check Carlos Eduardo's port of Stackless Python to this platform too.
There is also a PHPbb board for discussions, since 2008/06/30.
How to contribute
Because of heavy spam problem, anonymous users can't edit the wiki or create/modify tickets. You'll have to log in using the 'pspuser' login and 'pspuser' password.
News
29/06/2008: New release. The sceSircs function has been wrapped in the pspos module (ticket #377). A whole new set of classes for image manipulation. The API reference is now generated using epydoc. Some bug fixes, thanks to patches provided by "MagerValp".
26/08/2007: New release. Serious bugfix: a file handle leak when loading JPEG files. This should fix ticket #373.
18/08/2007: New release, fixing #369 and #346. pysqlite is now available in Python-PSP. You should update the standard library as well.
18/08/2007: Some downtime for both SVN and Trac because of a system meltdown. Everything is up again now.
09/07/2007: Carlos Eduardo has joined the 'team', which is therefore actually a 'team'. He has worked, as you may have noticed, on a port of Stackless Python to the PSP, as well as an upgrade to Python 2.5, which will be hopefully be officially released as soon as I find some time to test it, meaning to compare the pros (new syntax sugar, elementtree included, and so on) with the drawbacks (potentially higher memory usage). Having two people working on this will hopefully make the "process more pro-active", as may say a manager. Which I'm not.
18/03/2007: New release fixing #359, #360 and #361. You should update the standard library as well as the interpreter because of #359.
Starting
Downloads
- Python-PSP releases
- To get the source, check out the Subversion repository: svn://python-psp.net/python/trunk
- Games and applications
- Developer tools
Code samples
Network
Misc
- Transformation -- how to use the psp2d.Transform class
- Timer -- how to use psp2d.Timer
