On Wed, 8 Feb 2012 23:54:58 -0800 (PST) ken brockman
wrote:
> I'm back on the list again, and if not too late, here is the asked
> for trace. i've managed to replicate the original error msg, by
> removing the pickled file Genfacts.p, from the directory.
> Traceback (most recent call last):
> File
Really close to it Robert. No delete but an error msg. Something akin to file
dosen't exist, not found , or words to that effect .
Something "akin to"?
I'm back on the list again, and if not too late, here is the asked for trace.
i've managed to replicate the original error msg, by removing t
ken brockman wrote:
Really close to it Robert. No delete but an error msg. Something akin to file
dosen't exist, not found , or words to that effect .
Something "akin to"?
How about if you copy and paste the actual error message, instead of asking us
to guess?
That means the full traceba
On 08/02/12 21:28, ken brockman wrote:
Really close to it Robert. No delete but an error msg. Something akin to
file dosen't exist, not found , or words to that effect .
Without sight of code it's only a guess but are you creating
the file with the 'wb' mode - ie. write binary? :-
myPickleFil
On Wed, Feb 8, 2012 at 4:28 PM, ken brockman wrote:
> Got it. I manage to get it to save to disk, but only by using the shell to
> create an empty dictionary then pickling it and saving it to a file. Priming
> the pump as it were. I had thought i had read that when you pickle and save
> a list or
Got it. I manage to get it to save to disk, but only by using the shell to
create an empty dictionary then pickling it and saving it to a file. Priming
the pump as it were. I had thought i had read that when you pickle and save a
list or dictionary to file, if it didn't already exist, it would b
On Wed, Feb 8, 2012 at 2:57 PM, ken brockman wrote:
>
>
> On Wed, Feb 8, 2012 at 12:33 PM, ken brockman wrote:
> >> Using pickling I have somehow managed to save two separate lists, but
> the
> >> dictionary is giving me much more of a struggle.
>
> Got it. I manage to get it to save to disk, bu
On Wed, Feb 8, 2012 at 12:33 PM, ken brockman wrote:
>> Using pickling I have somehow managed to save two separate lists, but the
>> dictionary is giving me much more of a struggle.
Got it. I manage to get it to save to disk, but only by using the shell to
create an empty dictionary then pic
On Wed, Feb 8, 2012 at 12:33 PM, ken brockman wrote:
>> Using pickling I have somehow managed to save two separate lists, but the
>> dictionary is giving me much more of a struggle.
>
> Well do post back if you don't manage to solve your issues (with full
> error messages & stack traces as relevan
> Using pickling I have somehow managed to save two separate lists, but the
> dictionary is giving me much more of a struggle.
Well do post back if you don't manage to solve your issues (with full
error messages & stack traces as relevant please.) Re dictionaries --
I actually forgot to mention,
Hi Ken,
On 8 February 2012 14:17, ken brockman wrote:
> Thank you Walter for your help and speedy reply.
You're welcome.
> Using pickling I have somehow managed to save two separate lists, but the
> dictionary is giving me much more of a struggle.
Well do post back if you don't manage to solve
On 8 February 2012 13:40, ken brockman wrote:
> Hello all:
> I have a general and very basic question if I may. I am in the process
> of attempting to write my first python app. I wanted to collect information
> and save it to lists and dictionaries. My question is, is it possible to
> save said l
Hi Ken,
Welcome to Python and to programming in general.
On 8 February 2012 13:40, ken brockman wrote:
> Hello all:
> I have a general and very basic question if I may. I am in the process
> of attempting to write my first python app. I wanted to collect information
> and save it to lists and di
Hello all:
I have a general and very basic question if I may. I am in the process
of attempting to write my first python app. I wanted to collect information and
save it to lists and dictionaries. My question is, is it possible to save said
lists and dictionaries in the program proper, or do i n
14 matches
Mail list logo