Hello,
My Twisted Python application with wxReactor crashes every time the user exits
the application. The OnClose event calls a method that does reactor.stop().
I've ran this through gdb, and have noticed that this is because 2 threads
aren't getting closed. What I find strange though, that is
[Twisted-Python] wxReactor Issues
>
> On Sat, 2010-11-13 at 19:56 -0800, RSGames Support wrote:
>> if wxreactor.WxReactor.callFromThread is not None:
>> oldStop = wxreactor.WxReactor.stop
>> def stopFromThread(self):
>> reactor.callFromThread(oldStop)
>
Hi,
Well, I close the application (by clicking the X). Then a few seconds later,
Ubuntu comes up with a dialog asking me if I want to force quit the
application. gdb reports the following when I force quit: Program terminated
with signal SIGKILL, Killed.
As far as to why it is crashing, I'm alm
this problem.
Thank you.
> -Original Message-
> From: ita...@itamarst.org
> Sent: Sun, 14 Nov 2010 14:02:56 -0500
> To: twisted-python@twistedmatrix.com
> Subject: Re: [Twisted-Python] wxReactor Issues
>
> On Sun, 2010-11-14 at 09:28 -0800, RSGames Support wrote:
&
ac.
Thank you.
> -Original Message-
> From: ita...@itamarst.org
> Sent: Sun, 14 Nov 2010 14:02:56 -0500
> To: twisted-python@twistedmatrix.com
> Subject: Re: [Twisted-Python] wxReactor Issues
>
> On Sun, 2010-11-14 at 09:28 -0800, RSGames Support wrote:
>> Hi,
>> Well, I
Hi,
I made a mistake in my previous message, this issue is on Windows, Linux and
Mac. One of my testers gave me incorrect information.
I apologize.
Thank you.
> -Original Message-
> From: rsga...@inbox.com
> Sent: Sun, 14 Nov 2010 15:12:18 -0800
> To: twisted-python@twistedmatrix.com
> Sub
Hi,
I have created a simple demo (one .py file) to show the problem without the
entire application. You can download it here: http://bit.ly/a2TTlT
Thank you for any help in advance.
> -Original Message-
> From: rsga...@inbox.com
> Sent: Sun, 14 Nov 2010 15:34:44 -0800
> To: twisted-pytho
nal Message-
> From: ita...@itamarst.org
> Sent: Mon, 15 Nov 2010 23:12:09 -0500
> To: twisted-python@twistedmatrix.com
> Subject: Re: [Twisted-Python] wxReactor Issues
>
> On Mon, 2010-11-15 at 19:28 -0800, RSGames Support wrote:
>> Hi,
>> I have created a simpl
--Original Message-
>> From: ita...@itamarst.org
>> Sent: Mon, 15 Nov 2010 23:12:09 -0500
>> To: twisted-python@twistedmatrix.com
>> Subject: Re: [Twisted-Python] wxReactor Issues
>>
>> On Mon, 2010-11-15 at 19:28 -0800, RSGames Support wrote:
>>> H
Hi,
I have been using the following code to show the user a TextEntryDialog, that
would allow users to enter data in, and press return. Since I've started using
Twisted, this doesn't work on Mac OS X. The dialog pops up okay, but you can't
actually enter any data into the box. The cursor does no
Hi,
Okay. Well that's not so great - these TextEntryDialogs are quite important to
the program. Anyway on Windows and Linux, ShowModal() seems to work really well
with wxreactor, and it is only Mac OS X that is the problem.
Thank you.
> -Original Message-
> From: exar...@twistedmatrix.com
11 matches
Mail list logo