Re: Python for ARM7?

2005-09-14 Thread Sybren Stuvel
Ken Seehart enlightened us with: > I could try to unpack them on another (non-ARM7) linux box and then > move the files over to the ARM7 device. Yep, that should work. > Better yet, can I unpack them on windows XP somehow? Don't know. > If for some reason that is not possible, i suppose my next

Re: Python for ARM7?

2005-09-13 Thread Ken Seehart
Sybren Stuvel wrote: > Ken Seehart enlightened us with: > >>1. How do I know whether to use sharprom or modern? > > If it works, use it. That makes sense :) >>2. What do I do with ipk files? I surfed around and found that in >>one example, the command is "ipkg install foo.ipk", but ipkg doesn

Re: Python for ARM7?

2005-09-13 Thread garabik-news-2005-05
Ken Seehart <[EMAIL PROTECTED]> wrote: > > 2. What do I do with ipk files? I surfed around and found that in one > example, the command is "ipkg install foo.ipk", but ipkg doesn't seem to > exist on my hardware. ipk files are basically in two flavours, one of them is a plain tar.gz file, use t

Re: Python for ARM7?

2005-09-13 Thread Sybren Stuvel
Ken Seehart enlightened us with: > 1. How do I know whether to use sharprom or modern? If it works, use it. > 2. What do I do with ipk files? I surfed around and found that in > one example, the command is "ipkg install foo.ipk", but ipkg doesn't > seem to exist on my hardware. ipkg doesn't hav

Re: Python for ARM7?

2005-09-13 Thread Ken Seehart
Sybren Stuvel wrote: > Ken Seehart enlightened us with: > >>Hello. Where might I find python binaries for ARM7 (Linux 2.4)? > > > Check http://www.vanille.de/projects/python.spy > > >>If I absolutely have to build my own python, I would probably use a >>cygwin (or maybe linux) cross-compiler

Re: Python for ARM7?

2005-09-13 Thread Sybren Stuvel
Ken Seehart enlightened us with: > Hello. Where might I find python binaries for ARM7 (Linux 2.4)? Check http://www.vanille.de/projects/python.spy > If I absolutely have to build my own python, I would probably use a > cygwin (or maybe linux) cross-compiler for ARM7, but that seems like a > daun

Python for ARM7?

2005-09-13 Thread Ken Seehart
Hello. Where might I find python binaries for ARM7 (Linux 2.4)? I don't have an ARM7 compiler, and I probably don't have enough disk space (about 3MB of flash available) for the complete build anyway. My plan is to just copy the files I need. This approach seems to work on Windows XP, where I h