python学习笔记-import utils报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python学习笔记-import utils报错相关的知识,希望对你有一定的参考价值。

今天遇到一个坑爹的问题,查找了半天原因,终于解决了,在此特地记录一下。

运行环境:Windows eclipse

我在eclipse中配置了python的运行环境,在eclipse中编写python代码。

操作步骤:

1.在python交互命令行中,输入import utils,不报错;

2.在eclipse的pydev Project中,输入import utils,报错:Unresolved import:utils

技术分享

解决方法:

1.eclipse中,点击Window-preferences-PyDev-Interpreters-Jython Interpreter,在Libraries中,点击New Folder,加入utils目录"src"的路径->点击"ok"

2.重启eclipse,即可解决

同样,可以如下解决:

1.在project右击打开菜单 ->选择properties->选择"PyDev-Interpreter/Grammar"->点击链接"Click here to configure an interpreter not listed." -> 在"Libraries"tab内,点击"new folder",加入utils的路径->点击"ok"

2.重启eclipse
 
这种方法,可以解决eclipse PyDev中,import时报错:Unresolved import

 

以上是关于python学习笔记-import utils报错的主要内容,如果未能解决你的问题,请参考以下文章

Python3.5以上Celery4.2.1启动报错:ImportError: cannot import name 'LRUCache' from 'kombu.utils.

python学习笔记七:条件&循环语句

Python学习笔记 - pytharm 中import时无法识别自己写的程序

自定义session扫描器精确控制session销毁时间--学习笔记

vue.js 源代码学习笔记 ----- core lifecycle

python学习笔记-Day18 -django(第一部分)