Hi Jose,
Just tried it and here is the output.
```
root@idp:/install/community-edition-setup# python3 post-setup-add-components.py -addscim
Current Gluu Version 4.2.0
Downloading Community Edition Setup 4.2.0
2020-07-29 13:12:39 URL:https://codeload.github.com/GluuFederation/community-edition-setup/zip/version_4.2.0 [643576] -> "/install/community-edition-setup/version_4.2.0.zip" [1]
Extracting package
Traceback (most recent call last):
File "post-setup-add-components.py", line 88, in <module>
from ces_current.setup import *
File "/install/community-edition-setup/ces_current/setup.py", line 64, in <module>
from pylib import gluu_utils
ImportError: cannot import name 'gluu_utils'
root@idp:/install/community-edition-setup#
```
For completeness I also made the script executable and ran it with the same result.