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
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
>
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
[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