On 05.04.07 14:01:31, Jeremy Sanders wrote: > Andreas Pakulat wrote: > > > Uhm, right, overlooked that one. > > But the problem still persists, what I see here is: > > KeyError: -1212033192L > > Traceback (most recent call last): > > File "simpletreemodel.py", line 88, in data > > item = self.itemdict[index.internalId()] > > KeyError: -1212033192L > > Traceback (most recent call last): > > File "simpletreemodel.py", line 88, in data > > item = self.itemdict[index.internalId()] > > KeyError: -1212033096L > > > > And that is with the latest snapshot. I have absolutely no idea how that > > can happen and so far it seems I'm the only one seeing this. > > I had a problem on a 64 bit machine where the python ids were truncated down > to 32 bit when they were handed over to Qt (see the archives of this list > somewhere). Has this been fixed?
There's a not in the Changelog that some examples were fixed for 64Bit systems, not sure if thats it. Anyway, I'm not on a 64Bit systems. Andreas -- You own a dog, but you can only feed a cat. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
