As of September 2021, we have moved technical support to Robolink Help
Welcome to the Robolink Community forum!
You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
Phython and PyCharm
-
Hello , please help me,, I try my CoDrone Pro use the program test flight :
import CoDrone
drone = CoDrone.CoDrone()
drone.pair()
drone.takeoff()
drone.hover()
drone.land()
drone.close()After I am Run but error : No module named 'CoDrone'. Enclosed.
How to fix the program ?
Thanks and best regards,
Saiful
-
Hello Saiful,
It seems like you didn’t install the CoDrone library. You skipped part of Step 2 of this lesson: https://learn.robolink.com/lesson/windows-pycharm-installation-and-setup/ There is a video included that shows how to install the library!
For future technical concerns, please shoot us an email at support@robolink.com.
Thank you!