|
|
| Whats the easiest way to make a very simple GUI for a python script? |
| Poolkop, what OS are you on? |
| Linux Debian right now but usually ubuntu Latest versions of course |
| Poolkop, for a very very simple GUI, e.g. just some simple popup dialog windows, something like zenity might be easiest way Otherwise, for a slighlty more complex GUI, wxwindows is probably easiest to use |
| montanarry, i want to be able to have just a area to type and a area to view stuff that is sent to the user like the output stuff So just a simple input -> output |
| Poolkop, then I'd look into wxpython. It's a bit easier to use compared to pygtk,pyqt and tkinter. |
| I just tried to install stuff and I installed tkinter with apt-get install python-tk but I get this error when trying to run a simple example: http://pastebin.com/736841 |
| Poolkop, it means Python cannot connect to your X windows system. Poolkop, try running a non-python X program, like 'xterm'. |
| Ahha thank you BigDaddy |