Re: Hexadecimal Conversion in Python

2005-11-02 Thread Stefan Näwe
x04 You should look here: http://docs.python.org/ And probably here, too: http://diveintopython.org/toc/index.html What does your 'socket receiver' look like ? Stefan -- Stefan Näwe stefan_AT_naewe_DOT_de -- http://mail.python.org/mailman/listinfo/python-list

Re: Hexadecimal Conversion in Python

2005-11-02 Thread Stefan Näwe
DaBeef wrote: > Hello, I am reading in a socket message from a server and am only > receiving this ''. Now obviously it is in the wrong format. How > would I convert these bys in Python, I have looked everywhere but I do > not see much documentation on converting ptyhon types to other data >

Re: where to download md5.py?

2005-11-02 Thread Stefan Näwe
Bell, Kevin wrote: > I've been looking around, but haven't found a place to download the > md5.py module. I need it to run the dupinator.py > > Anyone know where to find it? Google knows... Stefan -- -- http://mail.python.org/mailman/listinfo/python-list

Re: text strings to binary...

2005-05-03 Thread Stefan Näwe
[EMAIL PROTECTED] wrote: > Hi, > > I've been working with Python for a bit now but I just came accross a > problem and I'm not sure how to approach it. I'd like to convert a text > string into binary data format. I though I'd use the struct module and > the pack function but I can't get it to wor