Python论坛  - 讨论区

标题:Re: Re:_[python-chinese]_请教∶_Python调用WebServ_ice的问题(SOAPy)

2004年09月17日 星期五 10:32

dreamingk(天成) dreamingker at 163.com
Fri Sep 17 10:32:23 HKT 2004

不是说index出错嘛?
你在迭代的时候吧每个index值都print出来,然后就可以确定是哪个index出错了吧

> 太深奥了,不懂。
> 我习惯用简单的思路来解决问题。
> 
> print 语句和设置断点我想对你是有帮助的。
> 
> 
> On Fri, 17 Sep 2004 10:17:46 +0800, Xie Yanbo <idkey at 163.com> wrote:
> > On 2004-09-17 10:06:1095386803 +0800, 梅劲松  wrote:
> > > 只包含两个元素的list是什么意思
> > > 或者可以理解为a={1:[1,2,3],2:[6,7,8]}
> > 
> > 前面不是说他的调用返回一个包含20个元素的列表吗?我是希望
> > 他逐步简化错误重现的过程,好定位到错误出现的准确位置嘛。
> > 
> > 
> > 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 

-------------------------------------------------------------------------------------
周杰伦在"第一现场"与你面对面 http://smspop.163.com/special/jay200408/index2.html

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

2004年09月17日 星期五 11:33

Jacky Lee jagucpu at 126.com
Fri Sep 17 11:33:13 HKT 2004

ʵ¼ÊÉÏÕâ¸ö´íÎóÊä³öÊÇSOAPpyÔÚ½âÎöÎҵĽӿڷµ»ØµÄÊý¾Ýʱ³öÏֵģ¬²¢·ÇÊÇÎÒ×Ô¼º´¦Àí
Êý¾Ýʱ³öÏֵģ¬ËùÒÔû·¨²âÊÔÕâ¸ö¡£

Îҵĵ÷ÓôúÂëÈçÏ£º

import SOAPpy
url='http://localhost:8080/eevgs/services/GameService'
namespace=''
service = SOAPpy.SOAPProxy (url, namespace)
service.getSites ()  #ÕâÐÐÕý³££¬·µ»ØµÄÊÇÒ»¸öSiteInfo½á¹¹
service.getRoom(1)   #ÕâÐÐÒ²Õý³££¬·µ»ØÒ»¸öRoomInfo½á¹¹
service.getRooms(1)  #ÕâÐгö´í£¬·µ»ØµÄÊÇRoomInfoÊý×é

ÒÔÉÏSiteInfoºÍRoomInfoÔÚpythonÀïÓ³ÉäΪmap¡£

ÎÒ×Ðϸ¼ì²éÁËÊý¾Ý£¬getRoomºÍgetRoomsÀïÃæÿһÏîÊý¾ÝÊÇһģһÑùµÄ£¬Ö»ÊÇÒ»¸öÊý×é
¾Í³ö´í¡£

----- Original Message ----- 
From: "dreamingk(Ìì³É)" <dreamingker at 163.com>
To: "梅劲æ?" <stephen.cn at gmail.com>; <python-chinese at lists.python.cn>
Sent: Friday, September 17, 2004 10:32 AM
Subject: Re: Re:_[python-chinese]_Çë½Ì¡Ã_Pythonµ÷ÓÃWebServ_iceµÄÎÊÌâ(SOAPy)


> ²»ÊÇ˵index³ö´íÂ
> ÄãÔÚµü´úµÄʱºò°Éÿ¸öindexÖµ¶¼print³öÀ´£¬È»ºó¾Í¿ÉÒÔÈ·¶¨ÊÇÄĸöindex³ö´íÁË°É
>
> > Ì«Éî°ÂÁË£¬²»¶®¡£
> > ÎÒÏ°¹ßÓüòµ¥µÄ˼·À´½â¾öÎÊÌâ¡£
> >
> > print Óï¾äºÍÉèÖöϵãÎÒÏë¶ÔÄãÊÇÓаïÖúµÄ¡£
> >
> >
> > On Fri, 17 Sep 2004 10:17:46 +0800, Xie Yanbo <idkey at 163.com> wrote:
> > > On 2004-09-17 10:06:1095386803 +0800, ÷¾¢ËÉ  wrote:
> > > > Ö»°üº¬Á½¸öÔªËصÄlistÊÇʲôÒâ˼
> > > > »òÕß¿ÉÒÔÀí½âΪa={1:[1,2,3],2:[6,7,8]}
> > >
> > > Ç°Ãæ²»ÊÇ˵ËûµÄµ÷Ó÷µ»ØÒ»¸ö°üº¬20¸öÔªËصÄÁбíÂð£¿ÎÒÊÇÏ£Íû
> > > ËûÖð²½¼ò»¯´íÎóÖØÏֵĹý³Ì£¬ºÃ¶¨Î»µ½´íÎó³öÏÖµÄ׼ȷλÖÃÂï¡£
> > >
> > >
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> >
>
> --------------------------------------------------------------------------
-----------
> ÖܽÜÂ×ÔÚ"µÚÒ»ÏÖ³¡"ÓëÄãÃæ¶ÔÃæ
http://smspop.163.com/special/jay200408/index2.html


----------------------------------------------------------------------------
----


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>




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

2004年09月17日 星期五 11:54

梅劲松  stephen.cn at gmail.com
Fri Sep 17 11:54:22 HKT 2004

我这里没有import fpconst这个模块


On Fri, 17 Sep 2004 11:33:13 +0800, Jacky Lee <jagucpu at 126.com> wrote:
> 实际上这个错误输出是SOAPpy在解析我的接口返回的数据时出现的,并非是我自己处理
> 数据时出现的,所以没法测试这个。
> 
> 我的调用代码如下:
> 
> import SOAPpy
> url='http://localhost:8080/eevgs/services/GameService'
> namespace=''
> service = SOAPpy.SOAPProxy (url, namespace)
> service.getSites ()  #这行正常,返回的是一个SiteInfo结构
> service.getRoom(1)   #这行也正常,返回一个RoomInfo结构
> service.getRooms(1)  #这行出错,返回的是RoomInfo数组
> 
> 以上SiteInfo和RoomInfo在python里映射为map。
> 
> 我仔细检查了数据,getRoom和getRooms里面每一项数据是一模一样的,只是一个数组
> 就出错。
> 
> ----- Original Message -----
> From: "dreamingk(天成)" <dreamingker at 163.com>
> To: "姊呭姴鏉?" <stephen.cn at gmail.com>; <python-chinese at lists.python.cn>
> Sent: Friday, September 17, 2004 10:32 AM
> Subject: Re: Re:_[python-chinese]_请教∶_Python调用WebServ_ice的问题(SOAPy)
> 
> > 不是说index出错嘛?
> > 你在迭代的时候吧每个index值都print出来,然后就可以确定是哪个index出错了吧
> >
> > > 太深奥了,不懂。
> > > 我习惯用简单的思路来解决问题。
> > >
> > > print 语句和设置断点我想对你是有帮助的。
> > >
> > >
> > > On Fri, 17 Sep 2004 10:17:46 +0800, Xie Yanbo <idkey at 163.com> wrote:
> > > > On 2004-09-17 10:06:1095386803 +0800, 梅劲松  wrote:
> > > > > 只包含两个元素的list是什么意思
> > > > > 或者可以理解为a={1:[1,2,3],2:[6,7,8]}
> > > >
> > > > 前面不是说他的调用返回一个包含20个元素的列表吗?我是希望
> > > > 他逐步简化错误重现的过程,好定位到错误出现的准确位置嘛。
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > >
> >
> > --------------------------------------------------------------------------
> -----------
> > 周杰伦在"第一现场"与你面对面
> http://smspop.163.com/special/jay200408/index2.html
> 
> ----------------------------------------------------------------------------
> ----
> 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>


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

2004年09月17日 星期五 12:04

Jacky Lee jagucpu at 126.com
Fri Sep 17 12:04:12 HKT 2004

噢,这是个浮点运算的模块,可以在这下载:

http://www.analytics.washington.edu/~warnes/fpconst/fpconst-0.7.0.tar.gz


----- Original Message ----- 
From: "梅劲松" <stephen.cn at gmail.com>
To: <python-chinese at lists.python.cn>
Sent: Friday, September 17, 2004 11:54 AM
Subject: Re: Re:_[python-chinese]_请教∶_Python调 用WebServ_ice的问题(SOAPy)


我这里没有import fpconst这个模块


On Fri, 17 Sep 2004 11:33:13 +0800, Jacky Lee <jagucpu at 126.com> wrote:
> 实际上这个错误输出是SOAPpy在解析我的接口返回的数据时出现的,并非是我自己处
理
> 数据时出现的,所以没法测试这个。
>
> 我的调用代码如下:
>
> import SOAPpy
> url='http://localhost:8080/eevgs/services/GameService'
> namespace=''
> service = SOAPpy.SOAPProxy (url, namespace)
> service.getSites ()  #这行正常,返回的是一个SiteInfo结构
> service.getRoom(1)   #这行也正常,返回一个RoomInfo结构
> service.getRooms(1)  #这行出错,返回的是RoomInfo数组
>
> 以上SiteInfo和RoomInfo在python里映射为map。
>
> 我仔细检查了数据,getRoom和getRooms里面每一项数据是一模一样的,只是一个数
组
> 就出错。
>
> ----- Original Message -----
> From: "dreamingk(天成)" <dreamingker at 163.com>
> To: "姊呭姴鏉?" <stephen.cn at gmail.com>; <python-chinese at lists.python.cn>
> Sent: Friday, September 17, 2004 10:32 AM
> Subject: Re: Re:_[python-chinese]_请教∶_Python调用WebServ_ice的问题
(SOAPy)
>
> > 不是说index出错嘛?
> > 你在迭代的时候吧每个index值都print出来,然后就可以确定是哪个index出错了
吧
> >
> > > 太深奥了,不懂。
> > > 我习惯用简单的思路来解决问题。
> > >
> > > print 语句和设置断点我想对你是有帮助的。
> > >
> > >
> > > On Fri, 17 Sep 2004 10:17:46 +0800, Xie Yanbo <idkey at 163.com> wrote:
> > > > On 2004-09-17 10:06:1095386803 +0800, 梅劲松  wrote:
> > > > > 只包含两个元素的list是什么意思
> > > > > 或者可以理解为a={1:[1,2,3],2:[6,7,8]}
> > > >
> > > > 前面不是说他的调用返回一个包含20个元素的列表吗?我是希望
> > > > 他逐步简化错误重现的过程,好定位到错误出现的准确位置嘛。
> > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > python-chinese list
> > > > python-chinese at lists.python.cn
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > >
> >
>
> --------------------------------------------------------------------------
> -----------
> > 周杰伦在"第一现场"与你面对面
> http://smspop.163.com/special/jay200408/index2.html
>
> --------------------------------------------------------------------------
--
> ----
>
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
>
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
>
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese




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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号