Re: [Tutor] Explorer bar window(wxpython) combined to Tkinter

2017-02-08 Thread Alan Gauld via Tutor
On 08/02/17 23:09, Pooja Bhalode wrote: > But, I want to create this in the original GUI window that I am working in > using Tkinter. However, when I tried importing it, I am not able to > understand how to deal with different roots, Unfortunately you cannot mix toolkits. You either use Tkinter o

[Tutor] Explorer bar window(wxpython) combined to Tkinter

2017-02-08 Thread Pooja Bhalode
Hi, I have been working on creating an explorer bar in GUI. I found the code the explorer bar online using wx python. This creates a window shown below. [image: Inline image 1] But, I want to create this in the original GUI window that I am working in using Tkinter. However, when I tried importin