Re: UDP reading on multiple sockets

2009-05-19 Thread Guido Goldstein

Hi!

On Mon, 18 May 2009 06:19:01 -0700 (PDT)
  thomas.vo...@likeabird.de wrote:
[...]
 The only honest answer would be that I'm totaly unfamiliar with select
 and also the documentation I found wasn't able to clear the picture.
 So are there examples of using select together with sockets available?

If you want to write something related to networks you should know
this book:
  http://www.kohala.com/start/unpv12e.html
Also found at
  http://www.amazon.de/UNIX-Network-Programming-Sockets-Networking/dp/013490012X

MfT
  Guido
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Twisted vs POS (Plain-old sockets)

2006-09-04 Thread Guido Goldstein

Hi!

On Sun, 3 Sep 2006 00:19:17 -0700
  Darren Kirby [EMAIL PROTECTED] wrote:
[...]
 I guess I am wondering if given the fact I need a custom protocol, and need
 to
 talk TCP/IP should I stick with twisted or just use plain old sockets and
 build it myself? Is there a third option I should consider? Have others
 found
 themselves in this situation? Thoughts? Comments? I am really just fishing
 for opinions here...

You might have a look at asyncore/asychat in the standard library.
It does the async stuff for you and it's easy to understand and to
use.

Hope it helps.

Cheers
  Guido G.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Has anyone used davlib by Greg Stein?

2006-07-22 Thread Guido Goldstein

Hi!

On Tue, 18 Jul 2006 15:06:55 +0200
  Joel Hedlund [EMAIL PROTECTED] wrote:
 Hi!

 I want to PUT files to a authenticated https WebDAV server from within
 a python script. Therefore I put python dav into google, and the
 davlib module by Greg Stein (and Guido?) came up. It seems to be soild
 but has very little docs. Has anyone worked with this? Is it any good? 
 Where can I find some good docs for it?

I don't know any documentation for it.
But I know that there is another DAV lib around at
  http://www.infrae.com/download/pydavclient

It is also not fully documented but might fit your needs.

Cheers
  Guido G.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: handling xls with pyuno

2005-01-28 Thread Guido Goldstein

Hi!

On Fri, 28 Jan 2005 12:59:11 -0600
  John Hunter [EMAIL PROTECTED] wrote:
 Does anyone have any example scripts using the OpenOffince
 python-bridge module pyuno to load xls, extract the data, and/or save
 to another format such as xsc or csv.

There is something called BlueDCS which can do that.
See here:
  http://cvs.bluedynamics.org/viewcvs/BlueDCS/

HIH
  Guido
-- 
Guido Goldstein
PGP Key: http://www.a-nugget.de/public-key.txt
-- 
http://mail.python.org/mailman/listinfo/python-list