Problem With Embedded Icon and Python 3.4

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Mar 25 21:42:37 EDT 2016


On 25/03/2016 05:10, 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.

This http://pythonhosted.org/six/ might come in handy in future.

As I'm also climbing the tkinter cliff at the moment I've found anything 
on stackoverflow from Bryan Oakley to be very helpful. In particular, 
his answer here 
http://stackoverflow.com/questions/17466561/best-way-to-structure-a-tkinter-application 
really helped me get a grip on things.

A lot of the examples here http://pyinmyeye.blogspot.co.uk/ were also 
useful.

HTH.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list