ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.96k stars 821 forks source link

TypeError: 'NoneType' object is not iterable #191

Closed Chingoboingo closed 2 years ago

Chingoboingo commented 2 years ago

Tkinter-Designer\tkdesigner\figma\frame.py", line 29, in init self.elements = [self.create_element(child) TypeError: 'NoneType' object is not iterable

Idk whats wrong. self.elements = [ self.create_element(child) for child in self.children if Node(child).visible] ]

Chingoboingo commented 2 years ago

solved by adding a frame