Re: Embedded Systems Python?

2005-06-21 Thread Dennis Clark
Guys, Thanks, that was all information that I wanted to hear. I have a Cirrus Logic Linux port for the ARM9. I've no idea what the code base is, I've not figured that out yet. I should just need to re- compile on the platform. thanks, DLC --

Embedded Systems Python?

2005-06-20 Thread Dennis Clark
Hi all, I've looked through the threads about embedded Python that are a year and a half old, and I thought that I'd ask this question now to see if anything has changed. Has anyone, or is anyone working with Python in an embedded Linux environment? Mine is NO where near as constrained as

Re: Embedded Systems Python?

2005-06-20 Thread phil
I developed for my former employee a thin client whose primary purpose was AS400 connectivity. This required a fairly complex interactive gui configuration which I wrote in Python. This system could also be configed by a remote manager. Wrote that also in python using UDP sockets. The hardware

Re: Embedded Systems Python?

2005-06-20 Thread Michael Sparks
Dennis Clark wrote: ... Has anyone, or is anyone working with Python in an embedded Linux environment? Mine is NO where near as constrained as a cell phone since I've got plenty of memory to work with, I'm just running a Linux 2.4 kernel on an ARM9 platform. This really shouldn't be a

Re: Embedded Systems Python?

2005-06-20 Thread Diez B. Roggisch
Dennis Clark wrote: I'm a bit of a newb when it comes to Python, is there anyone with experience compiling it on Linux platforms that can offer me pointers to try this out myself? Seatch for cross-compiling python patches. I'm working on an XScale255 platform with python2.2 and soon 2.3 -