Re: Validate string as UTF-8?

2005-11-06 Thread david mugnai
On Sun, 06 Nov 2005 18:58:50 +, Tony Nelson wrote: [snip] > Is there a general way to call GLib functions? ctypes? http://starship.python.net/crew/theller/ctypes/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Remote Function Call

2006-01-13 Thread david mugnai
On Thu, 12 Jan 2006 18:29:50 -0800, Mike wrote: > Sounds like what I need. Thanks Irmen. I heard google uses python with please look carefully at this page: http://pyro.sourceforge.net/manual/9-security.html particulary: http://pyro.sourceforge.net/manual/9-security.html#pickle another option is

Re: how to overload sqrt in a module?

2006-03-03 Thread david mugnai
On Thu, 02 Mar 2006 19:24:48 -0800, mforbes wrote: [snip] > I know, but the point is that I want to allow the user of the module to be > able to specify which sqrt function should be used depending on the type > of x. Importing math in the module would prevent the user from using f() > with c