make a menu in python
Author |
Message |
Notthebbq
|
Posted: Thu May 05, 2011 12:51 pm Post subject: make a menu in python |
|
|
my group member wants to know how to make and use a menu. we have art to go with it so thats all good but he wants to know how you woudl make a menu and select the options and all that. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
apython1992
|
Posted: Thu May 05, 2011 5:06 pm Post subject: RE:make a menu in python |
|
|
Do you mean a graphical user interface (GUI)? If so, let me first ask you: are you developing on Windows, Mac, or Linux? |
|
|
|
|
|
Notthebbq
|
Posted: Fri May 06, 2011 12:33 pm Post subject: Re: make a menu in python |
|
|
yes we are using GUI and we are using windows 2003 i assume based on what MS programs are available |
|
|
|
|
|
apython1992
|
Posted: Fri May 06, 2011 3:52 pm Post subject: RE:make a menu in python |
|
|
Hmmm. Under many circumstances I suggest GTK+ with Python for GUI building, primarily because a) GTK is a major interface builder on the GNOME desktop and b) because it's what I know best. However, there are sometimes issues with getting GTK to work properly in Windows, so maybe try something else. Have a look at wxPython. |
|
|
|
|
|
|
|