make a menu in python
Author |
Message |
Notthebbq
![](http://compsci.ca/v3/uploads/user_avatars/11181326514ee8f2aca9c82.jpg)
|
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. |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
apython1992
![](http://compsci.ca/v3/uploads/user_avatars/17001640684d87a16bb8fbb.jpg)
|
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? |
|
|
|
|
![](images/spacer.gif) |
Notthebbq
![](http://compsci.ca/v3/uploads/user_avatars/11181326514ee8f2aca9c82.jpg)
|
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 |
|
|
|
|
![](images/spacer.gif) |
apython1992
![](http://compsci.ca/v3/uploads/user_avatars/17001640684d87a16bb8fbb.jpg)
|
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. |
|
|
|
|
![](images/spacer.gif) |
|
|