eclipse - PyDev: Undefined variable from import: __name__ -


i use regularly __name__ property of classes in code (which works in python) pydev marking error (undefined variable import).

i tried add __name__ bulletin imports did not remove problem.

when use auto completion, pydev finds __class__ property when typing . behind class wrong. if use __class__ property anyway, pydev finds __name__ property.

is there bug in pydev has mixing classes instanced objects? there workaround?

thanks help.

it's bug in pydev. please report in pydev sf tracker. see: http://pydev.org/about.html links.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -