Dave Angel wrote:
Gabriel Genellina wrote: ...
06 May 2009 00:43:25 -0300, Mohamed Lrhazi escribió:
My code sends a pointer to a Python function to a C library, using
ctypes module. When my program restarts, after a crash or normal
exit... it cannot start again without sigfaulting
Do you mea
Gabriel Genellina wrote:
En Wed,
06 May 2009 00:43:25 -0300, Mohamed Lrhazi escribió:
My code sends a pointer to a Python function to a C library, using
ctypes module. When my program restarts, after a crash or normal
exit... it cannot start again without sigfaulting
Do you mean that, if yo
En Wed, 06 May 2009 00:43:25 -0300, Mohamed Lrhazi
escribió:
My code sends a pointer to a Python function to a C library, using
ctypes module. When my program restarts, after a crash or normal
exit... it cannot start again without sigfaulting
Do you mean that, if you delete the .pyc files y
On Tue, 05 May 2009 23:43:25 -0400, Mohamed Lrhazi wrote:
> Hello,
>
> My code sends a pointer to a Python function to a C library, using
> ctypes module. When my program restarts, after a crash or normal exit...
> it cannot start again without sigfaulting
>
> What is the proper way around this