Loading an exe icon into a pixmap/bitmap

2007-12-11 Thread ob . lutz
I've been searching for a way to load an icon from an executable into something that I can eventually display either through pygame or pygtk. I've tried the stuff found at http://groups.google.com/group/comp.lang.python/browse_thread/thread/d7f61f270cce368/3ff38c1ced504e43?lnk=gst&q=win32+icon#3ff3

Re: Is a "real" C-Python possible?

2007-12-11 Thread sturlamolden
On 12 Des, 04:45, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > Python 3 will have optional 'type' annotations, where 'type' includes > abstract base classes defined by the interface (methods). So parameters > could be annotated as a Number or Sequence, for instance, which is more > useful often tha

Re: Is a "real" C-Python possible?

2007-12-11 Thread Kay Schluehr
On Dec 12, 7:34 am, sturlamolden <[EMAIL PROTECTED]> wrote: > On 12 Des, 04:45, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > > > Python 3 will have optional 'type' annotations, where 'type' includes > > abstract base classes defined by the interface (methods). So parameters > > could be annotated as

<    1   2   3