port script to embedded device - decompile pyinstaller exe?

2005-11-22 Thread niclane
Hi, I have some python scripts, I need to run a netgear router, i have a cross compilation setup that works for c code no problem. the python interpreter doesn't appear to have been successfully cross compiled to this netgear router although others have tried. what i'd like to do is get these scr

small exe for cross compile for linux-mips tool chain

2005-12-09 Thread niclane
Hi, I'm trying to port the python interpreter to an AP running OpenWRT with the linux-mips tool chain. I'd like to have the interpreter as small as possible and was wanted see if others in the community had done this and if I could learn from them. I've gotten fairly far into the cross compilation