GUIs - A Modest Proposal

Stephen Hansen me+list/python at ixokai.io
Sat Jun 12 11:33:32 EDT 2010


On 6/12/10 12:21 AM, Martin v. Loewis wrote:
>> Otherwise it makes certain windows-workarounds very problematic. You
>> basically /have/ to write a C extension :|
> 
> That's not problematic at all, for the standard library. Just write that
> C extension.

Come now, of course it is. It may not be problematic for *you*, but it
*is* problematic for a lot of people.

The pool of people competent to write solid, Pythonic, capable Python
code and contribute it-- then add a few lines of ctypes for a
windows-specific workaround-- is surely larger then the pool of people
competent to write a safe C extension.

I know I only *barely* fit into the latter category.

Maybe Cython'll be mature enough eventually that the stdlib could accept
Cython-based "C" extensions for such cases.

-- 

   Stephen Hansen
   ... Also: Ixokai
   ... Mail: me+list/python (AT) ixokai (DOT) io
   ... Blog: http://meh.ixokai.io/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20100612/b8c47932/attachment-0001.sig>


More information about the Python-list mailing list