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
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
>
> 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
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
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