Quote:
Originally Posted by acastagna
I can now run python code on the roborio using the command line to deploy.
If I use eclipse as my IDE can I deploy directly from there? When I try a "Run As/Python Deploy" the following error occurs:
Unexpected error
Illegal character in path at index 16: file:/C:/Program Files/eclipse-java-neon-1a-win32-x86_64/eclipse/configuration/org.eclipse.osgi/494/0/.cp/resources/py/preexec.py
Am I missing something in the setup for eclipse?
|
Are you using the RobotPy plugins for Eclipse? I should probably unpublish those... nobody really used them as far as I could tell, so I stopped updating them.
But yes, you can use Eclipse + Pydev + RobotPy. There's some documentation about using RobotPy with Eclipse + Pydev:
http://robotpy.readthedocs.io/en/sta....html?#eclipse . I've been meaning to update the documentation, but been busy.