xDog Walker, 29.09.2012 10:45:
> On Friday 2012 September 28 21:27, you wrote:
>> A tiny bit of googling suggests the following approach:
>> http://stackoverflow.com/questions/3794309/python-ctypes-python-file-object
>> -c-file/3794401#3794401
>
> Thanks for your response.
>
> My "tiny bit of Go
On Friday 2012 September 28 21:27, you wrote:
> A tiny bit of googling suggests the following approach:
> http://stackoverflow.com/questions/3794309/python-ctypes-python-file-object
>-c-file/3794401#3794401
Thanks for your response.
My "tiny bit of Googling" brought no joy but I did try successf
On Fri, Sep 28, 2012 at 2:55 PM, xDog Walker wrote:
>
> The function I am trying to call wants a FILE *:
>
> dlg_progressbox(const char *title,
> const char *cprompt,
> int height,
> int width,
> int pauseopt,
> FILE *
The function I am trying to call wants a FILE *:
dlg_progressbox(const char *title,
const char *cprompt,
int height,
int width,
int pauseopt,
FILE *fp)
I can open the file to be referenced:
fp = os.fdopen(self.pipef
Hi,
Hi,
DBus 1.3 supports passing file descriptor through dbus method call. So I am
writing a python test case to verify my interface. Can someone answer my
question: how to pass a file descriptor through python-dbus call? For example:
import os
m, s = os.openpty()