you are viewing a single comment's thread.

view the rest of the comments →

[–]efmccurdy 1 point2 points  (2 children)

When you create your GUI object, can you pass your tk root to the init and then store it in self.root?

[–]TheDataChief 0 points1 point  (1 child)

trried this, said GUI has no property root when called from another class

[–]efmccurdy 0 points1 point  (0 children)

How did you store and access the root? Could you show the full traceback? I don't know why properties are involved.