Re: Problem with an huge dictionary

2010-05-21 Thread Peter Otten
keobox wrote: > On 20 Mag, 12:58, Thomas Lehmann wrote: >> > The question is: >> > Is there a limit on the number of entries a dictionary can have i >> > jython? >> >> > I wrote a little app where my data is stored in a huge dictionary >> > (11746 entries) generated with a python script. >> > Whe

Re: Problem with an huge dictionary

2010-05-21 Thread keobox
On 20 Mag, 12:58, Thomas Lehmann wrote: > > The question is: > > Is there a limit on the number of entries a dictionary can have i > > jython? > > > I wrote a little app where my data is stored in a huge dictionary > > (11746 entries) generated with a python script. > > When I try to import the di

Re: Problem with an huge dictionary

2010-05-20 Thread Thomas Lehmann
> > The question is: > Is there a limit on the number of entries a dictionary can have i > jython? > > I wrote a little app where my data is stored in a huge dictionary > (11746 entries) generated with a python script. > When I try to import the dictionary, jython complains with the > following mes

Re: [jython] Problem with an huge dictionary

2010-05-17 Thread Allan Davis
KeoBox, Can i look at the jython file you are executing? the ClassFormatException is not with the size of the dictionary. Jython is failing on an import. thanks, -- Allan Davis Member of NetBeans Dream Team http://wiki.netbeans.org/NetB

[jython] Problem with an huge dictionary

2010-05-17 Thread keobox
Hi, I apologize if this is not the right group for posting question related to jython. Please give me the right directions if this is the case. The question is: Is there a limit on the number of entries a dictionary can have i jython? I wrote a little app where my data is stored in a huge diction