View Single Post
  #3   Spotlight this post!  
Unread 27-01-2017, 13:52
abigailthefox's Avatar
abigailthefox abigailthefox is offline
Registered User
FRC #1711 (Raptors)
Team Role: Programmer
 
Join Date: Feb 2015
Rookie Year: 2015
Location: Traverse City
Posts: 60
abigailthefox has a spectacular aura aboutabigailthefox has a spectacular aura about
Re: Networktables in PyDev

Quote:
Originally Posted by virtuald View Post
  • Make sure that your source file is in the 'pythonpath' in the pydev settings for your project
I did figure it out! It turns out that while my interpreter was configured properly, the 'default' interpreter in PyDev was going to the 2.7 version of Python that shipped with my computer and not the 3.6 I manually added to my pythonpath. Oops
Reply With Quote