Re: Python, Embedded linux and web development

2007-02-27 Thread Tzury
On Feb 27, 2:27 pm, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 27 Feb, 13:12, "Tzury" <[EMAIL PROTECTED]> wrote: > > > > > c) small web application that will be used as front end to configure > > the system (flat files and sqlite3 db are the back-end). > > > Our platform is base on the Intel PXA

Re: Python, Embedded linux and web development

2007-02-27 Thread [EMAIL PROTECTED]
On 27 fév, 13:27, "Paul Boddie" <[EMAIL PROTECTED]> wrote: > On 27 Feb, 13:12, "Tzury" <[EMAIL PROTECTED]> wrote: > > > > > c) small web application that will be used as front end to configure > > the system (flat files and sqlite3 db are the back-end). > > > Our platform is base on the Intel PXA27

Re: Python, Embedded linux and web development

2007-02-27 Thread Paul Boddie
On 27 Feb, 13:12, "Tzury" <[EMAIL PROTECTED]> wrote: > > c) small web application that will be used as front end to configure > the system (flat files and sqlite3 db are the back-end). > > Our platform is base on the Intel PXA270 processor (XSCALE family, > which is ARM compatible) running at 312MH

Python, Embedded linux and web development

2007-02-27 Thread Tzury
Regarding the platform described below, can anyone suggest from his experience what would be the best library choice to develop the following application. a) application that deals with data transformed via TCP sockets. b) reading and writing to and from sqlite3 (include Unicode manipulations). c)