1

I have PyDev setup in eclipse.I think I did everything to configure my workspace to show python files in PyDev perspective. It still does not show the files in Python format.

Steps tried

  • installed PyDev in eclipse,
  • Configured PythonPATH
  • Associated file types.
  • Opened in PyDev perspective.
  • Closed and opened the project.

Still the files show in normal Text format..not in the python format.

ForceBru
  • 43,482
  • 10
  • 63
  • 98

1 Answers1

0

After too many trials , I was able to get to something-- - I changed the PyDev-> Code Analysis -> Undefined to warning - same with Imports as per in this link --How do I fix PyDev "Undefined variable from import" errors?

-I stopped and started eclipse again.

These steps took care of the issue. Hope it helps for anyone stuck like this.

Community
  • 1
  • 1