kristoferpettijohn | Wed, 26 Dec 2007 23:38:00 GMT |
davidbolen | Wed, 26 Dec 2007 23:39:00 GMT |
timpeters | Wed, 26 Dec 2007 23:40:00 GMT |
paulrubin | Wed, 26 Dec 2007 23:41:00 GMT |
christophertking | Wed, 26 Dec 2007 23:42:00 GMT |
paulrubin | Wed, 26 Dec 2007 23:43:00 GMT |
benotdejean | Wed, 26 Dec 2007 23:44:00 GMT |
Hi every oneI try to get hard disk serial numberhow can i do this ?-> THANK'S A LOT...
Hi,I am trying to use Python to do the following:- read in an image in geoTIFF format- extract the tags from the file- do something interesting with the tagsI've read about the Python Imaging Library (PIL) which seems to dowhat I need with TIFF files. I was wondering if anyone knows if this...
Does Python have a command that just stops all processing?Simon...
Hi all,I want to write a HalfLife/CStrike monitor, to make some nice statistics foran upcoming LAN-party. I've found some pointers on how to use the protocol,but now I have to do the following:1. make an UDP connection2. send a string(?) like '\xFF\xFF\xFF\xFFdetails\x00'3. transl...
HiMy son like many youngsters been around computers, fast online games, heacturly for main part learned to read and write ,beside his second languageenglish , and may I say he is quite good at it age 15 , but as some of youknow, 3D games also offer edditors and script options , or ratherprogramm...
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...
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,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...
Hi !I think that I have been found a bug in mx.DateTime...So:I use FireBird, and in this RDBMS the datetime fields are "doubles".So if I set them to 0, the values the fields are '1899-12-30 01:00:00'.When I try to see this datetime as European format (YYYY.MM.DD HH:MM:SS)I get error.Ex...
I'm trying to use Plone again. I do this every few months and usuallydrop it after a few days. I keep getting a little closer though. I'mdocumenting one of my attempts to make Plone more palatable in casesomeone else comes this way (and so that I'll remember).Plone uses random cap...
I notice that zope doesn't like the idea of the file containing functionsfor use as external modules containing global variable assignments.I have an application which in its pygtk version consists of a number ofglobal assignments, a number of function definitions, and finally agtk.main()li...
while i worked with xml in zope using python i got the following error.Error Type: AttributeErrorError Value: documentElementi've installed pyxml,xmllib ,xmldocument .can anyone shed some lightthanks in advanceJinumy python script is as followsimport stringdoc=getattr(context,'addressb...
Hello !I want to the zope handle all requests by only one method/zpt.I set the access rule like this:rq=context.REQUESTs=str(rq.PATH_INFO)rq.set("MainPath",s) # debugif (s<>'/manage') and (s<>'/'):from string import splitl=split(s,'/')rq.set("MainPath",l...