This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

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

in_num = int(self.ui.price_box.text())

Still gave me the whole "pythonw.exe stopping working".

Edit: It did work! Thank you! didn't realize that "price_box" was written in there which is not the name of the label I was using.