Unit 4 Creation of service client

I am confused on why the setup.py code used to execute the stop service has reference to moving and stop py files. Actually, this example is extremely confusing. If a better example is available I would appreciate it.

What exactly confuses you about this?

The setup.py code could contain references to as many files as needed. console_scripts is expected to contain one or more - that’s why it’s in plural.

You can only have one setut.py file per package, so what you should focus on is how the node you are interested in is set up in that file.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.