"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
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
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
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=
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
>
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:
> >
> >
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
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