Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: import of ttk

Reply
Thread Tools

Re: import of ttk

 
 
Terry Reedy
Guest
Posts: n/a
 
      01-05-2013
On 1/4/2013 11:02 PM, Verde Denim wrote:
> In reading through one of the learning articles, I have a bit of code
> that imports ttk, but I apparently don't have this installed. I've
> looked up the svn checkout for python-tk, and have checked it out
> (read-only), but still get the same error. I'm running 2.6.6 python, if
> that helps.


Show the line of code that did not work and the traceback. What system
are you running on and what tcl/tk installation does it have? ttk is
included with any 8.5 installation. tile is often included with 8.4
installations and should be picked up as well.

The article I'm looking at is here -
> http://www.zetcode.com/gui/tkinter/introduction/



--
Terry Jan Reedy

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: import of ttk Terry Reedy Python 0 01-05-2013 10:29 PM
Re: import of ttk Verde Denim Python 0 01-05-2013 07:21 PM
import of ttk Verde Denim Python 0 01-05-2013 04:02 AM
ttk styles Peter Python 6 03-21-2011 12:12 AM
New Tk look (aka Ttk or Tile widgets) Robert Hicks Python 3 01-10-2008 04:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57