Re: help with writing a python client
"Joe Shaw" <[email protected]>
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Jan 30, 2008 1:16 PM, D Bera <[email protected]> wrote: > > >>> resp = client.send_request(query) > > >>> resp > > <beagle.SearchTermResponse object at 0xb7da411c > > (BeagleSearchTermResponse at 0x81ee600)> Interesting. Like dBera mentioned query requests have to be sent asynchronously. I thought that trying to start a query synchronously would throw an exception or an error response or something along those lines. I seem to vaguely remember code to that effect in the server somewhere. :) Joe