[SOLVED] service_list: predefined function that... does not exist.
Published: November 4, 2022 - 3:57 PM
Good morning
When coding a setup.py file, I want to use the function service_list()from setuphelpers.
Autocomplete suggests it, and it's indeed present in setuphelpers_windows.py, which is loaded correctly, but when I run the setup:
It goes without saying that other functions of this setuphelpers work well.
I'm stumped!
When coding a setup.py file, I want to use the function service_list()from setuphelpers.
Autocomplete suggests it, and it's indeed present in setuphelpers_windows.py, which is loaded correctly, but when I run the setup:
Code: Select all
CRITICAL Fatal error in install script: NameError: name 'service_list' is not defined:I'm stumped!