[Python-Dev] PyArg_ParseTuple and Py_BuildValue question (original) (raw)
Benjamin Peterson musiccomposition at gmail.com
Wed Apr 23 00:01:31 CEST 2008
- Previous message: [Python-Dev] PyArg_ParseTuple and Py_BuildValue question
- Next message: [Python-Dev] PyArg_ParseTuple and Py_BuildValue question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Apr 9, 2008 at 8:23 PM, Alvin Delagon <adelagon at gmail.com> wrote:
I'm going to construct an SS7 packet in python using struct.pack(). Here's the question, how am I going to pass the packet I wrote in python to my module and back? I already asked this question in comp.lang.python but so far no responses yet. I hope anyone can point me to the right direction. Thanks in advance.
What exactly is your problem?
-- Cheers, Benjamin Peterson
- Previous message: [Python-Dev] PyArg_ParseTuple and Py_BuildValue question
- Next message: [Python-Dev] PyArg_ParseTuple and Py_BuildValue question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]