Python论坛  - 讨论区

标题:[python-chinese] 有没有人试过交叉编译(cross compile) python到arm上的?

2007年04月30日 星期一 15:51

Leo Jay python.leojay在gmail.com
星期一 四月 30 15:51:15 HKT 2007

我有一块s3c2410 cpu的开发板,想把python放到开发板上去运行,只是,
我交叉编译出来的python,其他都好的,就是在运行lib中的test\testall.py时,会卡在
test_asynchat.py
我跟踪后发现,卡在了这个函数里:
    def test_numeric_terminator(self):
        # Try reading a fixed number of bytes
        s = echo_server()
        s.start()         # !!!! <----- 就在这卡了
        time.sleep(1) # Give server time to initialize
        c = echo_client(6L)
        c.push("hello ")
        c.push("world\n")
        asyncore.loop()
        s.join()


但是,奇怪的是,我单独运行python test_asynchat.py又没有问题。
有人能帮帮我吗?谢谢。



-- 
Best Regards,
Leo Jay

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号