You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Im new to python.
i tried to use the "remote_control_cozmo.py" python file.
when i used it in flask (python app) it said the following:
* Serving Flask app 'remote_control_cozmo.py' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
Usage: python -m flask run [OPTIONS]
Try 'python -m flask run --help' for help
.Error: While importing 'remote_control_cozmo', an ImportError was raised.
The text was updated successfully, but these errors were encountered:
You're probably using the library 'remote_control_cozmo' somewhere in your code, and haven't imported it. Not sure what the remote_control_cozmo library is tho..
Hi!
Im new to python.
i tried to use the "remote_control_cozmo.py" python file.
when i used it in flask (python app) it said the following:
The text was updated successfully, but these errors were encountered: