Re: [Tutor] Method to create small and simple database

2011-10-30 Thread Joel M.
g/**mailman/listinfo/tutor<http://mail.python.org/mailman/listinfo/tutor> > I will take a look into Shelve and Alan's tutorial sometime this coming week. Keep the suggestions coming if there's more. :) -Joel M. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Paper Rock Scissors game - User's choice not returned properly

2011-10-31 Thread Joel M.
LLING FUNCTION, FUNCTION > MAIN* > > > OK so when the user uses a valid letter, the variable choice gets > returned to FUNCTION MAIN. Everything works fine. > > When the user enters an invalid letter, FUNCTION B calls FUNCTION A. > FUNCTION A returns choice to FUNCTION

Re: [Tutor] login window using Tk

2011-11-01 Thread Joel M.
I am also intrested in this topic. Chris were you thinking of using the window.hide() method? -Joel M On Nov 1, 2011 1:21 PM, "Chris Hare" wrote: > > I am working on a python Tk program which involves a login window and I am > looking for some advice. > > Currently

Re: [Tutor] Python 2.7 on Ubuntu 11.10 - Do not unintall

2011-11-02 Thread Joel M.
etc) will brake if you don't have Python. > I am not sure if OS X needs it, but I do know it comes with Python > installed. > > Joel M: Pretty much the only things that require restarting (from my > experience with Debian) are kernel changes and hardware changes. You just > had