[Twisted-Python] Twisted and wxPython

陶艺夫 artman328 at gmail.com
Fri Aug 28 04:04:51 EDT 2009


Thanks, it's absolutely a good sample.
It's grateful that there are so many people helpful out there :)

2009/8/28 Kevin Horn <kevin.horn at gmail.com>

> There's also a wxpython example in the twisted subversion repository.  See:
>
> http://twistedmatrix.com/trac/browser/trunk/doc/core/examples/wxdemo.py
>
> It follows the basic pattern that Godson provided.
>
> Kevin Horn
>
> 2009/8/28 陶艺夫 <artman328 at gmail.com>
>
> Thanks. I'll try it out.
>>
>> 2009/8/28 Godson Gera <godson.g at gmail.com>
>>
>>  from twisted.internet import wxreactor
>>> wxreactor.install()
>>> from twisted.internet import reactor
>>>
>>>
>>> .....
>>> write your code here
>>> .....
>>>
>>> reactor.registerWxApp(app)
>>> reactor.run()
>>>
>>>
>>> You don't need wx mainloop. The key thing here is to import wxreactor
>>> first and install it and then import reactor. 'app' in the last but one line
>>> is the instance of your wx.App .
>>>
>>>
>>> On Fri, Aug 28, 2009 at 11:05 AM, 陶艺夫 <artman328 at gmail.com> wrote:
>>>
>>>> Hi,
>>>> Anyone can give me a sample app skeleton to get two frameworks work
>>>> together well? Or just give me a link where I can figure out the technical
>>>> details.
>>>>
>>>> Thanks.
>>>>
>>>> _______________________________________________
>>>> Twisted-Python mailing list
>>>> Twisted-Python at twistedmatrix.com
>>>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>>>
>>>>
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Godson Gera
>>> http://godson.in
>>>
>>> _______________________________________________
>>> Twisted-Python mailing list
>>> Twisted-Python at twistedmatrix.com
>>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>>
>>>
>>
>> _______________________________________________
>> Twisted-Python mailing list
>> Twisted-Python at twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>
>>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20090828/f9a84797/attachment.htm 


More information about the Twisted-Python mailing list