For example: In an existing Pythondev project Glance-stable-icehouse utils.py file, the From Oslo.config import CFG displays the error symbol unresolved from Oslo.config Import CFG:
Indicates that the OSLO.CONFIG related modules cannot be found, cannot be parsed and processed, generally because the module is imported into the current project.
Here's how to import the module to the current project:
1, choose the current project Glance-stable-icehouse, right-"properties;
2, choose pydev-pytnonpath-"External libraries-" Add source folder-"Select the source folder to import into the current project oslo.config-" to determine;
3, confirm the addition of the Oslo.config module to the current project;
4, found in the project utils.py from the Oslo.config import cfg error disappears, the module can be normal import and call.
Reprint please be sure to indicate the source: http://blog.csdn.net/victor1984/article/details/43071069
Add third-party Python source/project to current Pythdev engineering method (OpenStack-based) in eclipse