Re: How to transmit a crash report ?

2010-02-23 Thread Stef Mientki
On 23-02-2010 15:21, Thomas wrote: On Feb 22, 9:27 pm, MRAB wrote: Stef Mientki wrote: hello, in my python desktop applications, I'ld like to implement a crash reporter. By redirecting the sys.excepthook, I can detect a crash and collect the necessary data. Now I want

Re: How to transmit a crash report ?

2010-02-23 Thread Thomas
On Feb 22, 9:27 pm, MRAB wrote: > Stef Mientki wrote: > > hello, > > > in my python desktop applications, > > I'ld like to implement a crash reporter. > > By redirecting the sys.excepthook, > > I can detect a crash and collect the necessary data. > > Now I want that my users sends this information

Re: How to transmit a crash report ?

2010-02-22 Thread MRAB
Stef Mientki wrote: hello, in my python desktop applications, I'ld like to implement a crash reporter. By redirecting the sys.excepthook, I can detect a crash and collect the necessary data. Now I want that my users sends this information to me, and I can't find a good way of doing this. The fo

How to transmit a crash report ?

2010-02-22 Thread Stef Mientki
hello, in my python desktop applications, I'ld like to implement a crash reporter. By redirecting the sys.excepthook, I can detect a crash and collect the necessary data. Now I want that my users sends this information to me, and I can't find a good way of doing this. The following solutions cam