PSPLink with Stackless Python

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
J0nny
Posts: 3
Joined: Sat Oct 18, 2008 11:42 am

PSPLink with Stackless Python

Post by J0nny »

Hello
I've been doing some work in python on the psp, and I'm trying to use PSPLink to speed up the testing.
I have PSPLink configured and working over wifi. It works exactly as it is supposed to, however, as soon as I run the python eboot.pbp

Code: Select all

ms0:/PSP/Game/Stackless/>  ./eboot.pbp
Load/Start ms0:/PSP/Game/Stackless/eboot.pbp UID: 0x04DAD663 Name: StacklessPython
PSPLink appears to crash. It no longer responds to input, and PuTTY closes presumably due to timing out.
Python runs fine when executed normally from the XMB, and I can run other applications over PSPLink just fine (i.e Bookr).
Here is my psplink.ini config file: http://pastebin.ca/1229874
I am running PSPLink 2.0 on 4.01 m33-2 with the 1.50 addon.
Is there a way to enable an error log for psplink by any chance?
Thanks.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Sigh, really it isn't psplink crashing. I would assume python is just fucking with the wifi. You really shouldn't use the old psplink wifi stuff anyway, it was always a hack job to allow people to use _something_ if they were too cheap to build a serial cable.
J0nny
Posts: 3
Joined: Sat Oct 18, 2008 11:42 am

Post by J0nny »

TyRaNiD wrote:Sigh, really it isn't psplink crashing. I would assume python is just fucking with the wifi. You really shouldn't use the old psplink wifi stuff anyway, it was always a hack job to allow people to use _something_ if they were too cheap to build a serial cable.
OHHH, ok, that makes sense.
Well, any howto's on building a serial cable?
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

Can you not use USB?
J0nny
Posts: 3
Joined: Sat Oct 18, 2008 11:42 am

Post by J0nny »

TyRaNiD wrote:Can you not use USB?
OK, I have USB working.

Code: Select all

ms0:/PSP/Game/Stackless/>  ./eboot.pbp
Load/Start ms0:/PSP/Game/Stackless/eboot.pbp UID: 0x04D55407 Name: StacklessPython
ms0:/PSP/Game/Stackless/>
It just returns to the prompt and nothing happens on the PSP. Nothing crashes, but nothing happens either.
Any ideas? :)

EDIT:
I just tried running psp python (the non-stackless one) and it works just fine.

Code: Select all

ms0:/PSP/Game150/Python/>  ./eboot.pbp
Load/Start ms0:/PSP/Game150/Python/eboot.pbp UID: 0x04D4400F Name: Python
I guess I'll just stick with that for now. Only benefit of stackless is that it's Python 2.5, not 2.4.
Thanks for your help!
Post Reply