En Fri, 23 Mar 2007 10:07:30 -0300, John Pye <[EMAIL PROTECTED]> escribió:

> On Mar 23, 7:48 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
> wrote:
>>
>> And replace all places where a Python file goes into a C extension, with
>> exportable_file(f)
>
> What about calling mscvrt_get_osfhandle from inside the SWIG wrapper?
> I tried this but it seemed that the function was not exported to the
> DLL.

The idea is to separate both worlds - _get_osfhandle must be called from  
the C runtime used by Python, not the one linked to your extension.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to