wx.Icon.CreateFromHICON and SetHandle and similar for wx.Bitmap.SetHandle raise an error on Python 3.3:
TypeError: Bitmap.SetHandle(): argument 1 has unexpected type ‘int’
Perhaps confusion from the lacking long type in Python 3.
Documentation for these are also missing in the case of wx.Icon.