I'm trying to make a choose your own adventure type game using python 2.7.10 and pyqt4. I'm hoping to make a main text box that can erase the previous part of the story and print the new one. Here's the code I'm using: http://pastebin.com/m9kVh89U I'm very new to PyQt4 and would appreciate a detailed walkthrough on how to set up the necessary commands/variables.