[Pydev-users] [Users] RE: Mac OS X - Interpreter
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2012-02-06 17:48:14
|
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? |