The following forum message was posted by vdrummer2 at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4993270:

Thanks for your reply.
I downloaded the 2.7 version from python.org and it works now.

There is one more issue though:

When I write the following "program"
[code]
from turtle import *
forward(100)
mainloop()
[/code]

Eclipse shows an "undefined variable error" for the forward(100), but finds
the mainloop() and even suggests it with auto-complete.
The program itself behaves as expected, but Eclipse doesn't seem to recognize
the forward function, although both belong to turtle.

Is there any workaround, so that Eclipse will recognize all functions?

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to