|
New to Python: wpilib doesn't exist.
When trying to deploy my code to the robot, I get the error saying:
"ImportError: No module named 'wpilib'".
Our programming team this year is new to python, and we have no idea as to how to make this work. Running last years' code works fine, despite also having the library imported. Any ideas as to why this is happening?
|