Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19973
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <tyler@tysdomain.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.029 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'protocol': 0.15; 'connect.': 0.16; 'from:addr:tyler': 0.16; 'from:addr:tysdomain.com': 0.16; 'from:name:littlefield, tyler': 0.16; 'message-id:@tysdomain.com': 0.16; 'received:69.164': 0.16; 'received:69.164.206': 0.16; 'received:69.164.206.65': 0.16; 'received:tds-solutions.net': 0.16; 'reply-to:addr:tyler': 0.16; 'reply-to:addr:tysdomain.com': 0.16; 'subject:wxPython': 0.16; 'twisted': 0.16; 'all:': 0.23; 'url:code': 0.28; 'made.': 0.29; 'second,': 0.30; 'there': 0.33; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.35; 'connection': 0.36; 'questions.': 0.36; 'couple': 0.38; 'client': 0.40; 'user': 0.40; 'to:addr:python.org': 0.40; 'url:p': 0.62; 'engine': 0.65; 'header :Reply-To:1': 0.70; 'reply-to:no real name:2**0': 0.72; 'factory': 0.73; 'care,': 0.77 |
| X-Spam-Checker-Version | SpamAssassin 3.3.1 (2010-03-16) on wuff |
| X-Spam-Level | |
| X-Spam-Status | No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 |
| Date | Tue, 07 Feb 2012 11:41:57 -0700 |
| From | "Littlefield, Tyler" <tyler@tysdomain.com> |
| User-Agent | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.26) Gecko/20120129 Lightning/1.0b2 Thunderbird/3.1.18 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | keeping twisted and wxPython in sync |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | tyler@tysdomain.com |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5509.1328640703.27778.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328640703 news.xs4all.nl 6965 [2001:888:2000:d::a6]:58591 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19973 |
Show key headers only | View raw
Hello all: I have a couple questions. First, is there a way to know if connectTCP failed? I am writing a client with Twisted and would like to be able to notify the user if they couldn't connect. Second, I set the protocol on my factory after a connection has been made. So when I send my user and password, that is when I connect. Is there a way to handle waiting for the connection to complete? -- Take care, Ty Web: http://tds-solutions.net The Aspen project: a light-weight barebones mud engine http://code.google.com/p/aspenmud Sent from my toaster.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
keeping twisted and wxPython in sync "Littlefield, Tyler" <tyler@tysdomain.com> - 2012-02-07 11:41 -0700 Re: keeping twisted and wxPython in sync crow <wentlv@gmail.com> - 2012-02-07 17:13 -0800 Re: keeping twisted and wxPython in sync crow <wentlv@gmail.com> - 2012-02-07 17:15 -0800
csiph-web