Re: [Tutor] egg timer

2018-06-25 Thread Nitin Madhok
Paula, Can you send the snippet of code where you’re having the syntax error? Thanks, Nitin Madhok > On Jun 24, 2018, at 5:21 PM, Paula Malimba wrote: > > Hello, > > I'm new to programming and am studying the book Begin to Code with Python. > I'm stuck in lesson 3, trying to make an egg timer

Re: [Tutor] egg timer

2018-06-24 Thread boB Stepp
Greetings, Paula! On Sun, Jun 24, 2018 at 4:52 PM Paula Malimba wrote: > > Hello, > > I'm new to programming and am studying the book Begin to Code with Python. > I'm stuck in lesson 3, trying to make an egg timer. I keep having a syntax > error. > > Please help!!! Please pretend for a moment th

Re: [Tutor] egg timer

2018-06-24 Thread Alan Gauld via Tutor
On 24/06/18 22:21, Paula Malimba wrote: > I'm new to programming and am studying the book Begin to Code with Python. > I'm stuck in lesson 3, trying to make an egg timer. I keep having a syntax > error. Most of us won't have that book and so can't see the code. More importantly none of us can se

[Tutor] egg timer

2018-06-24 Thread Paula Malimba
Hello, I'm new to programming and am studying the book Begin to Code with Python. I'm stuck in lesson 3, trying to make an egg timer. I keep having a syntax error. Please help!!! Thanks, Paula ___ Tutor maillist - Tutor@python.org To unsubscribe or c

Re: [Tutor] egg

2009-07-01 Thread Pete Froslie
responding to myself: apparently it seems to be as simple again as: 'easy_install simplejson' from terminal. Anyone, have a suggestion for a resource where I can read more about the paths I have setup? I would like to make sure there are not any redundancies.. thanks On Wed, Jul 1, 2009 at 4:47

[Tutor] egg

2009-07-01 Thread Pete Froslie
Hi, I have a basic question concerning pythons eggs. I have setup easy install and used it to install mechanize-- this was easy as I only needed to type in 'Easy_Install Mechanize' in terminal. Now I need to install 'simplejson 2.0.9' from this here: http://pypi.python.org/pypi/simplejson Can anyo