anyone has experience on cross-compile python 2.5.1?



i have a development board based on s3c2410 arm cpu. and i want to
port python on it.
after googling some threads, i successfully cross compiled python.
but i still encountered a weird issue that when i ran
/lib/python2.5/test/testall.py,
the process stuck at test_asynchat.py, i located the stuck point here:

def test_numeric_terminator(self):
# Try reading a fixed number of bytes
s = echo_server()
s.start()         # <----- stuck here !!!
time.sleep(1) # Give server time to initialize
c = echo_client(6L)
c.push("hello ")
c.push("world\n")
asyncore.loop()
s.join()


but the weirdest thing is, if i run python test_asynchat.py directly,
everything is ok.
anybody could help me?

thanks in advance.

ps, my linux box is an ubuntu 6.10.

--
Best Regards,
Leo Jay
.



Relevant Pages

  • Re: anyone has experience on cross-compile python 2.5.1?
    ... On 4/30/07, Leo Jay wrote: ... after googling some threads, i successfully cross compiled python. ... the process stuck at test_asynchat.py, i located the stuck point here: ...
    (comp.lang.python)
  • User interfaces in console (dialog like)
    ... os' command line. ... Initially I thought something equivalent to Unix dialog, and googling ... around I have found Python Dialog ...
    (comp.lang.python)
  • RE: Monitoring an MS Exchange mailbox
    ... >is that the Python community does not appear ... Googling for CDO delete message gives this as the second hit ...
    (comp.lang.python)
  • Python Search Engine app
    ... Is anyone aware of an available open-source/free search engine app ... (something similar to HTDig) ... written in Python that is out there? ... Googling has turned up nothing. ...
    (comp.lang.python)
  • Re: python setup.py build 32-bits on x86_64 machine
    ... compile things on 32 bits. ... python setup.py build ... Googling for "linux force 32-bit build" and similar phrases should find ...
    (comp.lang.python)