Re: pure python data compression (zip)

2007-10-26 Thread Meff
Hi René, What about to use the GE863-PRO? It comes with ARM9 inside, helps with 200MIPS and will run embedded Linux. We will launch a version with connectors, SIM card holder and RF connector on http://www.telemobilityforum.com/eng/ in Monza next days. I call it an embedded Linux with integrated G

Re: pure python data compression (zip)

2007-10-23 Thread Rene Maurer
Jean-Paul Calderone wrote (23.10.2007): > On Tue, 23 Oct 2007 14:47:40 +0200, Rene Maurer <[EMAIL PROTECTED]> wrote: >>Hallo >> >>I wonder if there are any pure python implementations available/known >>for the zip (or any other) data compression... As far as I know >>python's zlib uses http://www.z

Re: pure python data compression (zip)

2007-10-23 Thread Rene Maurer
Guilherme Polo writes (23.10.2007): > 2007/10/23, Rene Maurer <[EMAIL PROTECTED]>: >> I wonder if there are any pure python implementations available/known >> for the zip (or any other) data compression... As far as I know >> python's zlib uses http://www.zlib.net/, which is written in >> C. Unfor

Re: pure python data compression (zip)

2007-10-23 Thread Jean-Paul Calderone
On Tue, 23 Oct 2007 14:47:40 +0200, Rene Maurer <[EMAIL PROTECTED]> wrote: >Hallo > >I wonder if there are any pure python implementations available/known >for the zip (or any other) data compression... As far as I know >python's zlib uses http://www.zlib.net/, which is written in >C. Unfortunately

Re: pure python data compression (zip)

2007-10-23 Thread Guilherme Polo
2007/10/23, Rene Maurer <[EMAIL PROTECTED]>: > Hallo > > I wonder if there are any pure python implementations available/known > for the zip (or any other) data compression... As far as I know > python's zlib uses http://www.zlib.net/, which is written in > C. Unfortunately this is not solution for

pure python data compression (zip)

2007-10-23 Thread Rene Maurer
Hallo I wonder if there are any pure python implementations available/known for the zip (or any other) data compression... As far as I know python's zlib uses http://www.zlib.net/, which is written in C. Unfortunately this is not solution for me, because my target "only" has a python interpreter..