Re: [Tutor] cross-compile python?

2008-03-24 Thread Michael Langford
Cross compiling python isn't easy. Follow what this blogger did to get started, then ask when you get stuck. http://whatschrisdoing.com/blog/2006/10/06/howto-cross-compile-python-25/ --Michael On Mon, Mar 24, 2008 at 1:04 AM, Trey Keown <[EMAIL PROTECTED]> wrote: > Hey all, > I've s

[Tutor] cross-compile python?

2008-03-23 Thread Trey Keown
Hey all, I've started trying to make homebrew programs for my wii the past couple of days, and have found that programming it in c is quite hard. I was wondering how I would go about compiling python for something like this. The wii has a ppc processor, and runs homebrew in the native .elf format