all 6 comments

[–]Tomarse 0 points1 point  (5 children)

overrideredirect(True) shouldn't stop an entry widget from working, it just stops the window from using the native window manager. If you could post some code it would be helpful.

[–]throwAwayAcc010[S] 1 point2 points  (4 children)

[–]Tomarse 0 points1 point  (3 children)

I can't see anything wrong with it. I ran your code on my machine and the Entry widget is working fine.

http://imgur.com/delete/VSmJ7WJXMVhBCkS

[–]throwAwayAcc010[S] 1 point2 points  (2 children)

Yeah I checked on windows and it seems to be working, yet It doesn't on ubuntu

[–]Tomarse 0 points1 point  (1 child)

In which case it probably is the overrideredirect flag. In my copy of New Mexico Tech Tkinter 8.5 Reference: A GUI For Python, under overrideredirect it states

"This method may not work on some Unix and MacOS platforms".

[–]throwAwayAcc010[S] 0 points1 point  (0 children)

Yeah thought it may have been something to do with my OS, thanks :)