Try to porting Python2.5 to Zaurus

2007-01-22 Thread ThomasC
Hi,
I'm a python newbie,
I learn it on my notebook, but it too heavy and too big.
I try to porting python2.5 to my Zaurus,
It running on Zaurus well, (just for my study, I didn't test all
modules and functions.)
If you have a Zaurus, and like python, welcome to use it.
I post it on here:
http://bean-pig.idv.tw/emb_study/archives/001049.html

Best Regards,
Thomas#

-- 
http://mail.python.org/mailman/listinfo/python-list

The Python interactive interpreter has no command history

2007-02-15 Thread ThomasC
Hello,

How to configure Python2.5's interactive interpreter to get command
history ?

I always got ^[[A and ^[[B .

Thank you !!

Thomas#

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: The Python interactive interpreter has no command history

2007-02-26 Thread ThomasC
Thank you a lot!

I will try add readline library in my system.
Thank you.

On 2月16日, 上午1時13分, Laurent Rahuel <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You need to have readline installed.
>
> Laurent
>
> ThomasCwrote:



-- 
http://mail.python.org/mailman/listinfo/python-list

Re: The Python interactive interpreter has no command history

2007-02-28 Thread ThomasC
On 2月16日, 上午1時14分, "Eduardo \"EdCrypt\" O. Padoan"
<[EMAIL PROTECTED]> wrote:
> > Hello,
>
> > How to configure Python2.5's interactive interpreter to get command
> > history ?
>
> > I always got ^[[A and ^[[B .
>
> Are you using Ubuntu? The last comes with 2.4.x and 2.5. This only
> occurs on 2.5. This happens when you compile Python with libreadline
> installed, AFAIK.
> FIll a bug in the Ubuntu launchpad. You can install libreadline (and
> build-essential), download the 2.5 source and compile yourself.
>
> --
> EduardoOPadoan (eopadoan->altavix::com)
> Bookmarks:http://del.icio.us/edcrypt


I have fixed this issue by recompile python2.5 with libreadline and
libncursesw.
I run python on Zaurus, but Zaurus toolchain has no readline and
ncursesw libraries, so I add those libraries.
I have posted my experience on 
http://bean-pig.idv.tw/emb_study/archives/001059.html
Thanks a lot!!

-- 
http://mail.python.org/mailman/listinfo/python-list