Character creator auto sert up for Maya

in 2025 The reallusion shelf does not open the attrbute panel for FBX import. In 2024 the mel sript cannot be dragged into the viewport and must be sourced and then returns an error and won’t load the reallusion shelf.

I am running window 10 alienware beast with 64 gigs of Ram and newly installed versions of Maya 24 and 25.

path = ‘C:/Users/dell/Documents/Autodesk/CC Auto Setup for Maya 2024’
if path not in sys.path: sys.path.append(path)
import AutoSetupMain
AutoSetupMain.main()

Error: ImportError: file line 4: bad magic number in ‘AutoSetupMain’: b’o\r\r\n’

This workflow is the whole reason for my use of CC5. Help!

Hi, can you print out the Python version for your mayapy.exe? Also, are you currently on Maya 2024.2?