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

2020-05-04 Thread Chee Yong Teh
ide the jar. Is there an option that only wrap certain public classes under package com.lchclearnet.* inside a jar? There is an option called exclude for classes but it will be nightmare to workout all the classes I don't want to wrap inside the jar. Thanks, Kinds regards, Chee Yong C

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

2020-05-05 Thread Chee Yong Teh
;, 'a', 'b', 'a', 'a', 'a', 'a', 'a', 'a'] ---declareName : swapclear ---namespace : {'java': {'lang': {'Class': True}}, 'swapclear': {'com': {'lchclearnet&

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

2020-05-05 Thread Chee Yong Teh
x27;, '__doc__', '__file__', '__loader__', '__module_dir__', '__name__', '__package__', '__path__', '__spec__', '_lch_smart', 'findClass', 'getVMEnv', 'initVM', 'makeClass',

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

2020-05-07 Thread Chee Yong Teh
the '.' to '$' SensitivityProfileIdList$Builder SRMBreakdown$Builder I cannot really use this classes in python and python flag it up as syntax error. Would it be better to use '_' instead of '$' to replace the '.' in the class name? Thanks, Chee Yong C

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

2020-05-13 Thread Chee Yong Teh
is the steps to make a sdist or something that pip install can use from JCC command as I seen in the help of the command it mentions pip install (--egg-info and --extra-setup-arg) Thanks, Chee Yong Chee Yong Teh 27 Bush Lane, London, EC4R 0AN | +44 203 929 3138 OTC Infrastructure Service

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

2020-05-13 Thread Chee Yong Teh
-based distribution No idea how to send in patch but I think it's straightforward changes to add that option to JCC so user has option to build egg or wheel file and pip install will work on wheel file. Thanks, Chee Yong Chee Yong Teh 27 Bush Lane, London, EC4R 0AN | +44 203 929 3138

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

2020-05-15 Thread Chee Yong Teh
Hi Andi, You will need wheel package to be installed so setuptools can use to create wheel. pip install wheel Thanks, Chee Yong Chee Yong Teh 27 Bush Lane, London, EC4R 0AN | +44 203 929 3138 OTC Infrastructure Service of the Year & ​Global Compression Service of the

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

2020-05-15 Thread Chee Yong Teh
Thanks Andi Chee Yong Chee Yong Teh 27 Bush Lane, London, EC4R 0AN | +44 203 929 3138 OTC Infrastructure Service of the Year & ​Global Compression Service of the Year From: Andi Vajda Sent: Saturday, May 16, 2020 1:10:14 AM To: Chee Yong Teh Cc: pylu