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
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
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