PyCharm: 'unresolved reference' for 'object', 'isinstance', and more -



PyCharm: 'unresolved reference' for 'object', 'isinstance', and more -

i'm using pycharm python 2.7

pycharm shows 'unresolved reference' stuff beleive keywords or part of python language. example:

class myclass(object): pass

pycharm claim 'object' 'unresolved reference', showing error mark. similarely, 'isinstance' , many other built in method seems unresolved.

edit: appears problem definition of python interpreter. in order able submit iml file (where path interpreter stored), i've created own python interpreter setting, called 'mypython', , set point interpreter on machine. interpreter not have path in name (as differs between machines), , not 1 automatically created pycharm. i'm seeing behaviour when i'm on mypython. when on 1 generated pycharm, is: 'python 2.7.8 (c:\python27\python.exe)' parsing fine. looks bug in pycharm?

pycharm

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -