Import Error when executing code for the Python 3 for Robotics course

Hello

I keep on having this import error when I am executing my python file. This should be the second time why is it so?

This means that the RobotControl class cannot be found in the robot_control_class.py file (if any) in the current directory.

For better context, please let us know which exercise or example you are trying to execute. You probably missed a few steps before the current one.

Hello,

I am doing Exercise 2.3 on Python 3 for Robotics. On using lists and dictionaries.

I have checked that that error is not happening for you:

If you get the error again, please indicate everything that you have done before (any other commands that may affect the execution of this command). Also, post the content of your lists.py as well as a list of all the files within the robot_control directory, so we can better understand the situation

Hi

I solved the problem today in the morning.

Thank you sir

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