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

2020-05-13 Thread Chee Yong Teh
Hi Andi, Thanks for your help and I got everything build and working now. I have another question about pip install. I know JCC has option of bdist which will produce an egg file. However, pip install is not able to install an egg file. I know I can use easy install but I just wondering what is

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

2020-05-13 Thread Andi Vajda
On Wed, 13 May 2020, Chee Yong Teh wrote: Thanks for your help and I got everything build and working now. Great ! (thanks for letting me know) I have another question about pip install. I know JCC has option of bdist which will produce an egg file. However, pip install is not able to inst

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

2020-05-13 Thread Andi Vajda
On Wed, 13 May 2020, Andi Vajda wrote: On Wed, 13 May 2020, Chee Yong Teh wrote: Thanks for your help and I got everything build and working now. Great ! (thanks for letting me know) I have another question about pip install. I know JCC has option of bdist which will produce an egg file

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

2020-05-13 Thread Chee Yong Teh
Hi Andi, I don't know much about pip install myself. I have look at the code and instead of building an egg file, I added an option (--wheel) so it will build a wheel file instead elif arg == '--wheel': wheel = True dist = True use_distutils = Fa