Python论坛  - 讨论区

标题:[python-chinese] 调用_socket的问题

2006年04月03日 星期一 16:59

Gerald Lee leejd80 at gmail.com
Mon Apr 3 16:59:08 HKT 2006

宿主程序是C++的,我在宿主中嵌入了Python的XML-RPC调用
    pCall = PyImport_ImportModule("xmlrpclib");
    if (!pCall) return false;
    pServer = PyObject_CallMethod(pCall, "ServerProxy", "(s)", Host);
    if (!pServer) return false;
在debug模式下,一直是出错的:No module named _socket
但是相同的代码在release模式下却是可以正确的执行,怀疑是路径的问题
是不是C++程序在编译的时候改变了某些路径还是C/API的_DEBUG模式下路径处理有问题?或者是缺少debug版本的_socket.pyd文件?

--
My Blog >> http://leejd.cndev.org
My QQ >> 9847243
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060403/ab45277c/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号