Re: oddness in shelve module

2005-06-22 Thread John Machin
Michael P. Soulier wrote: >On 22/06/05 John Machin said: > > > >>AFAICT, wrong "it". The "item assignment" which is alleged not to be >>supported is of this form: an_object[some_key] = a_value >> >>I.e. "self.db" is the suspect, not "sample" >> >> > >Ah. Let me test that it is in fact being

Re: oddness in shelve module

2005-06-21 Thread John Machin
Michael P. Soulier wrote: > I'm trying to add objects to a shelve db object via hash assignment, but > I'm getting an odd exception. > > Traceback (most recent call last): > File "RemGui.py", line 117, in onMonitorButton > self.startMonitoring() > File "RemGui.py", line 163, in startMonit

oddness in shelve module

2005-06-21 Thread Michael P. Soulier
I'm trying to add objects to a shelve db object via hash assignment, but I'm getting an odd exception. Traceback (most recent call last): File "RemGui.py", line 117, in onMonitorButton self.startMonitoring() File "RemGui.py", line 163, in startMonitoring self.monitor() File "RemGui.