Problem With Embedded Icon and Python 3.4
Wildman
best_lay at yahoo.com
Fri Mar 25 10:41:35 EDT 2016
On Fri, 25 Mar 2016 01:30:17 -0400, Terry Reedy wrote:
> On 3/25/2016 1:10 AM, Wildman via Python-list wrote:
>> I have a program that I have been trying to rewrite so it will
>> run on Python 2.7 and 3.4. It has been a pain to say the least.
>> Thank $DIETY for aliases. Anyway, I got it all working except
>> for one thing. The program has an embedded icon. It is displayed
>> in the window's titlebar. The icon is a 16x16 png that has been
>> base64 encoded using a Linux utility called memencoder. The code
>> below works perfectly with Python 2.7. The icon data is complete
>> for anyone that wants to try to run this code:
>>
>> encoded_icon = """\
>
> To make this literal a bytes literal, prepend 'b'.
>
> encoded_icon = b'''\
Whoopee, that worked! Thank you.
--
<Wildman> GNU/Linux user #557453
The cow died so I don't need your bull!
More information about the Python-list
mailing list