[Python-Dev] an idea for improving struct.unpack api (original) (raw)
Thomas Heller theller at python.net
Fri Jan 7 15:33:52 CET 2005
- Previous message: [Python-Dev] an idea for improving struct.unpack api
- Next message: [Python-Dev] an idea for improving struct.unpack api
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bob Ippolito <bob at redivi.com> writes:
This is my ctypes-like attempt at a high-level interface for struct. It works well for me in macholib: http://svn.red-bean.com/bob/py2app/trunk/src/macholib/ptypes.py
Michael Hudson <mwh at python.net> writes:
Unsurprisingly, that's fairly similar to mine :)
So, why don't you both use the original? ctypes works on the mac, too ;-)
Thomas
- Previous message: [Python-Dev] an idea for improving struct.unpack api
- Next message: [Python-Dev] an idea for improving struct.unpack api
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]