"7stud" <[EMAIL PROTECTED]> writes:
[...]
> Also, the book is brand new, yet the cover has completely separated
> from the spine of the book, and now the cover is only attached to the
> first and last pages with a bit of glue.
I think they used to advertise that as a feature -- "stay-flat
binding"
7stud wrote:
>> Discussion subject changed to "Python universal build, OSX 10.3.9 and
>> undefined symbols when
>> linking" by David Pratt
>
> What gives? How come you can change the title of my thread?
>
>
> On Apr 8, 8:14 pm, [EMAIL PROTECTED] (Alex Martelli) wrote:
>> But if you open an err
Peter Otten <[EMAIL PROTECTED]> wrote:
> Alex Martelli wrote:
>
> > BTW, if you DO want to call shelve.open on a path f that may correspond
> > to an arbitrary existing file (and want to toss away the previous
> > contents of that file, if any) the correct way to call is then:
> >
> > s = shelve
Alex Martelli wrote:
> BTW, if you DO want to call shelve.open on a path f that may correspond
> to an arbitrary existing file (and want to toss away the previous
> contents of that file, if any) the correct way to call is then:
>
> s = shelve.open(whatever_path, 'n')
>
> since 'n' truncates an
7stud <[EMAIL PROTECTED]> wrote:
...
> In my opinion, the most valuable thing you could do for a next
> printing would be to expand the index to 3 times its current length.
Suggest that to O'Reilly: they're the one who prepare the index, not me;
I only get to point out errors I may notice on it
> Discussion subject changed to "Python universal build, OSX 10.3.9 and
> undefined symbols when
> linking" by David Pratt
What gives? How come you can change the title of my thread?
On Apr 8, 8:14 pm, [EMAIL PROTECTED] (Alex Martelli) wrote:
> But if you open an errata for the missing explana
7stud <[EMAIL PROTECTED]> wrote:
> On Apr 4, 10:22 pm, [EMAIL PROTECTED] wrote:
> > how did you generate aaa.txt?
>
> Ok, I got it to work by supplying a filename that didn't previously
> exist. Neither the book I am reading, "Beginning Python: From Novice
> to Professional" nor the book I am us
On Apr 5, 5:20 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> 7stud wrote:
> > On Apr 4, 10:22 pm, [EMAIL PROTECTED] wrote:
> >> how did you generate aaa.txt?
>
> > Ok, I got it to work by supplying a filename that didn't previously
> > exist. Neither the book I am reading, "Beginning Python: From
7stud wrote:
> On Apr 4, 10:22 pm, [EMAIL PROTECTED] wrote:
>> how did you generate aaa.txt?
>
> Ok, I got it to work by supplying a filename that didn't previously
> exist. Neither the book I am reading, "Beginning Python: From Novice
> to Professional" nor the book I am using as a reference, "P
On Apr 4, 10:22 pm, [EMAIL PROTECTED] wrote:
> how did you generate aaa.txt?
Ok, I got it to work by supplying a filename that didn't previously
exist. Neither the book I am reading, "Beginning Python: From Novice
to Professional" nor the book I am using as a reference, "Python in
Nutshell", happ
[EMAIL PROTECTED] wrote:
> On Apr 5, 12:14 pm, "7stud" <[EMAIL PROTECTED]> wrote:
> > test1.py:
> >
> > import shelve
> >
> > s = shelve.open("/Users/me/2testing/dir1/aaa.txt")
> > s['x'] = "red"
> > s.close()
> > output:--
> >
> > $ python test1.py
> > Traceback (
On Apr 5, 12:14 pm, "7stud" <[EMAIL PROTECTED]> wrote:
> test1.py:
>
> import shelve
>
> s = shelve.open("/Users/me/2testing/dir1/aaa.txt")
> s['x'] = "red"
> s.close()
> output:--
>
> $ python test1.py
> Traceback (most recent call last):
> File "test1.py", line
test1.py:
import shelve
s = shelve.open("/Users/me/2testing/dir1/aaa.txt")
s['x'] = "red"
s.close()
output:--
$ python test1.py
Traceback (most recent call last):
File "test1.py", line 3, in ?
s = shelve.open("/Users/me/2testing/dir1/aaa.txt")
File "/Syste
13 matches
Mail list logo