Re: shelve.open call gives error

2008-02-10 Thread Bernie Woodham
"Gabriel Genellina" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > En Sat, 09 Feb 2008 03:35:14 -0200, waltbrad <[EMAIL PROTECTED]> > escribi?: > >> On Feb 8, 5:29 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >>> En Fri, 08 Feb 2008 06:36:53 -0200, waltbrad <[EMAIL PROTECTED

Re: shelve.open call gives error

2008-02-09 Thread Gabriel Genellina
En Sat, 09 Feb 2008 03:35:14 -0200, waltbrad <[EMAIL PROTECTED]> escribi�: > On Feb 8, 5:29 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: >> En Fri, 08 Feb 2008 06:36:53 -0200, waltbrad <[EMAIL PROTECTED]> >> escribió: >> >> > Working through the Mark Lutz book Programming Python 3rd Editio

Re: shelve.open call gives error

2008-02-08 Thread waltbrad
On Feb 8, 5:29 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Fri, 08 Feb 2008 06:36:53 -0200, waltbrad <[EMAIL PROTECTED]> > escribió: > > > > > Working through the Mark Lutz book Programming Python 3rd Edition. > > > A couple of modules in the "Preview" chapter give me errors. Both on a

Re: shelve.open call gives error

2008-02-08 Thread Gabriel Genellina
En Fri, 08 Feb 2008 06:36:53 -0200, waltbrad <[EMAIL PROTECTED]> escribió: > Working through the Mark Lutz book Programming Python 3rd Edition. > > A couple of modules in the "Preview" chapter give me errors. Both on a > shelve.open call: > > Pretty simple code, (2nd example): > =code begin=

Re: shelve.open call gives error

2008-02-08 Thread jim-on-linux
On Friday 08 February 2008 03:36, waltbrad wrote: > Working through the Mark Lutz book > Programming Python 3rd Edition. > > A couple of modules in the "Preview" > chapter give me errors. Both on a > shelve.open call: > > Pretty simple code, (2nd example): > =code begin= > import shelve >

Re: shelve.open call gives error

2008-02-08 Thread jim-on-linux
On Friday 08 February 2008 12:10, jim-on-linux wrote: > On Friday 08 February 2008 03:36, waltbrad > > wrote: > > Working through the Mark Lutz book > > Programming Python 3rd Edition. > > > > A couple of modules in the "Preview" > > chapter give me errors. Both on a > > shelve.open call: > > > >

Re: shelve.open call gives error

2008-02-08 Thread jim-on-linux
On Friday 08 February 2008 03:36, waltbrad wrote: > Working through the Mark Lutz book > Programming Python 3rd Edition. > > A couple of modules in the "Preview" > chapter give me errors. Both on a > shelve.open call: > > Pretty simple code, (2nd example): from; jim-on-linux http://[EMAIL PROTEC

shelve.open call gives error

2008-02-08 Thread waltbrad
Working through the Mark Lutz book Programming Python 3rd Edition. A couple of modules in the "Preview" chapter give me errors. Both on a shelve.open call: Pretty simple code, (2nd example): =code begin= import shelve from people import Person, Manager bob = Person('Bob Smith', 42, 3