kristofer_pettijohn | Tue, 29 Apr 2008 19:11:00 GMT |
davidbolen | Tue, 29 Apr 2008 19:12:00 GMT |
timpeters | Tue, 29 Apr 2008 19:13:00 GMT |
paulrubin | Tue, 29 Apr 2008 19:14:00 GMT |
christopher_tking | Tue, 29 Apr 2008 19:15:00 GMT |
paulrubin | Tue, 29 Apr 2008 19:16:00 GMT |
benot_dejean | Tue, 29 Apr 2008 19:17:00 GMT |
how to build hash table in python?any suggestion?thanks.....
ZDnet features an article about the had patent at AltNethttp://news.zdnet.com/2100-9588_22-5534087.html . Apparantly this issueplays already for some time, now the p2p companies are threatened, becuasethey use hashing to recognize files.As far as I know hasing is a very old technique used to qui...
how do i create a hash of hash similar to perl using dict in python$x{$y}{z}=$zthanks.--RR...
Hello,Is there any way that I can find the hash value of a class from aninstance?>>> class A:... pass...>>> a = A()>>> hash(A)10782976>>> hash(a)12251904>>What I want is a function that returns the value of 'hash(A)':> a.getHashOfClass()1078...
Hi --I'm working on something that includes the concept of multiple aliases for aparticular object, where a lookup for any of the aliases has to return all theothers. The hack way of doing this was to have a dictionary where eachentry consisted of a list of all the aliases - with multiple r...
Hi There,I'm looking for an example of a simple SOAP web service call using theZolera SOAP Infrastructure library. The web service I am trying tocall contains a method that is supposed to accept a string as aparameter and output it to a file.I have tried the following and I am able to creat...
Hi all!I'm trying to make a simple SOAP call from python to SOAP::Lite (perl)SOAP server.My SOAP server has https://myserv.com/open-api URI, the functionopen_session has the "QW/API" namespace. SO I do the following:from ZSI.client import Bindingfp = open('debug.out', 'a'...
I'm trying to access a SOAP web-service using the latest ZSI, I have theServiceDescription and feeding it to a ZSI.ServiceProxy class.service = ZSI.ServiceProxy('http://xxxx.xxx.xx.x/app/app.asmx?WSDL')The problem is that the soapaction parameter is not set corectly in the SOAPreq...
First two appologies, this is probably not a Python question, moreSOAP. And second, there is every possibilty I am terminally having looked at this for two days now.What I want is to create a Python SOAP server. I am using the samplewhich comes with ZSI, namely the Echo.wsdl and associated files...
hi therei want to write a little SOAP client and thought about using ZSI.now i have read that ZSI only works with PyXML versions later than 0.6 andearlier than 0.7.unfortunaltly i can find that old versioons of PyXML on sourceforge anymore...any ideas?thanks, leo...
Dear All,I'm very new to python/ZSI and have a (simple) query to ask. I have asimple client:from ZSI.client import Bindingfp=open('debug.out','w')b=Binding(url='somewhere',tracefile=fp)print b.connect('usename')fp.close()and a server offrom ZSI import...
Hi,I tried for the last 2 hours now to somehow grasp how to use ZSI overmod_python. It's nice that they have a code-example in the ZSI docs,but it's incomplete and you are left guessing.The ZSI docs I used as reference can be found on http://pywebsvcs.sourceforge.net/zsi.html#SECTION00...
Hi,I tried for the last 2 hours now to somehow grasp how to use ZSI overmod_python. It's nice that they have a code-example in the ZSI docs,but it's incomplete and you are left guessing.The ZSI docs I used as reference can be found on http://pywebsvcs.sourceforge.net/zsi.html#SECTION0031300000...
Hi,The Rheinland section of the German Zope User Group (dzugRheinland) isannouncing a Zope 3 Sprint on Producuts for December 2003.Sprint Topics: porting products from Zope 2 to Zope 3;creating new products in Zope3.Sprint Coaches: Martijn Faassen and Philipp von Weitershausen.Moreinfosonhttp://...
I heard Zope3 has implemented CMF inside. What about Plone? Will it beadded also?--JZ...