Re: AttributeError: 'bool' object has no attribute 'setdefault'

2020-05-05 Thread Andi Vajda
> On May 5, 2020, at 16:17, Chee Yong Teh wrote: > >  > Hi Andi, > > Ok I have changed the command to > > python -m jcc --version 7.1.4 --use_full_names --include > /home/cheeyong.teh/SMART-API-7.1.4/smart/lib/smart-swapclear-public-release_daru.12. > jar --include

RE: AttributeError: 'bool' object has no attribute 'setdefault'

2020-05-05 Thread Chee Yong Teh
Hi Andi, Ok I have changed the command to python -m jcc --version 7.1.4 --use_full_names --include /home/cheeyong.teh/SMART-API-7.1.4/smart/lib/smart-swapclear-public-release_daru.12. jar --include /home/cheeyong.teh/SMART-API-7.1.4/smart/lib/colt-1.2.0.jar --include

Re: AttributeError: 'bool' object has no attribute 'setdefault'

2020-05-05 Thread Andi Vajda
On Tue, 5 May 2020, Chee Yong Teh wrote: Hi Andi, That’s third party library jar file that we try to wrap so we can call it from python. I don’t really know why they create a classes like that way. Would you able to add an option to just only wrap classes under a package like I want to

RE: AttributeError: 'bool' object has no attribute 'setdefault'

2020-05-05 Thread Chee Yong Teh
HI Andi, Please see below print out -declares : {, , , , } --declareNames : ['it', 'unimi', 'dsi', 'fastutil', 'h'] ---declareName : it ---namespace : {} ---declareName : unimi ---namespace : {} ---declareName : dsi ---namespace : {} ---declareName : fastutil ---namespace : {} --declareNames :

Re: AttributeError: 'bool' object has no attribute 'setdefault'

2020-05-05 Thread Andi Vajda
On Mon, 4 May 2020, Chee Yong Teh wrote: I'm in the processing of testing JCC to wrap third party library jar. When I run JCC 3.7 I got the following error Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File