On Mon, May 10, 2010 at 12:55 PM, Anthony Cole <anthony.c...@gmail.com> wrote:
> How can I concatenate 2 hex strings (e.g. '\x16' and '\xb9') then convert
> the answer to an integer?
>
> When I try i always end up with the ASCII equivalent!

I think you want the `struct` module:
struct — Interpret strings as packed binary data
http://docs.python.org/library/struct.html

Cheers,
Chris
--
http://blog.rebertia.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to