Kent Johnson schreef:
On Tue, May 12, 2009 at 4:00 AM, Timo wrote:
Kent Johnson schreef:
Try the pickle module.
I went from Pickle to Shelve because I couldn't store my wanted list of
dictionaries in Pickle.
What was the problem? You should be able to create a dict whose
Kent Johnson schreef:
On Tue, May 12, 2009 at 3:59 AM, Timo wrote:
Alan Gauld schreef:
"Timo" wrote
I have an issue with the Shelve module. It works great for my needs, the
only problem is that a file made with Shelve isn't interchangable between
different computers.
On Tue, May 12, 2009 at 4:00 AM, Timo wrote:
> Kent Johnson schreef:
>> Try the pickle module.
>
> I went from Pickle to Shelve because I couldn't store my wanted list of
> dictionaries in Pickle.
What was the problem? You should be able to create a dict whose values
are lists of dicts. This woul
On Tue, May 12, 2009 at 3:59 AM, Timo wrote:
> Alan Gauld schreef:
>>
>> "Timo" wrote
>>
>>> I have an issue with the Shelve module. It works great for my needs, the
>>> only problem is that a file made with Shelve isn't interchangable between
>>> different computers.
>>
>> I thought it would be.
Kent Johnson schreef:
On Mon, May 11, 2009 at 1:39 PM, Timo wrote:
Hello all,
I have an issue with the Shelve module. It works great for my needs, the
only problem is that a file made with Shelve isn't interchangable between
different computers. I want my data to be exchanged between users.
Alan Gauld schreef:
"Timo" wrote
I have an issue with the Shelve module. It works great for my needs,
the only problem is that a file made with Shelve isn't interchangable
between different computers.
I thought it would be.
What kind of computers are you having issues with?
And what kind of
On Mon, May 11, 2009 at 1:39 PM, Timo wrote:
> Hello all,
>
> I have an issue with the Shelve module. It works great for my needs, the
> only problem is that a file made with Shelve isn't interchangable between
> different computers. I want my data to be exchanged between users.
>
> Does someone h
"Timo" wrote
I have an issue with the Shelve module. It works great for my needs, the
only problem is that a file made with Shelve isn't interchangable between
different computers.
I thought it would be.
What kind of computers are you having issues with?
And what kind of issues?
Does someo
Hello all,
I have an issue with the Shelve module. It works great for my needs, the
only problem is that a file made with Shelve isn't interchangable
between different computers. I want my data to be exchanged between users.
Does someone have an alternative to Shelve?
It must be able to conta