You shouldn't need to add /usr/lib/local/python3.3/tkinter to the
PYTHONPATH (only /usr/lib/local/python3.3/ should be there). Have you tried
adding tkinter to the forced builtins? (see:
http://www.pydev.org/manual_101_interpreter.html for details on 'forced
builtins').

Cheers,

Fabio

On Thu, Aug 13, 2015 at 12:04 PM, LUGG, WILLIAM H III GS-13 USAF AFMC 517
SMXS/MXDEC <william.l...@us.af.mil> wrote:

> I'm using PyDev 3.8.0 (yes, it's a little out of date) in Eclipse Luna
> (also a little out of date).  I'm attempting to learn Python and GUI
> programming using tkinter, but am having a problem where PyDev is reporting
> an unresolved import for tkinter.  I have included
> /usr/lib/local/python3.3/tkinter in the Windows | Preferences | Python
> Interpreters | Libraries | System PYTHONPATH  dialog, but that doesn't seem
> to make a difference.  Strangely enough, the simple code I've written does
> run, even with the error reported by Eclipse, but I'm not getting any code
> completion help or the other benefits of using the IDE with tkinter.
>
> Can someone help me understand how to make this error go away?
>
> Thanks.
> Bill Lugg
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Pydev-users mailing list
> Pydev-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>
------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to