浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

import - Python: Importing modules from parent folder - Stack Overflow

Python: Importing modules from parent folder

import - Python: Importing modules from parent folder - Stack Overflow

hat's wrong with just import ptdraft.nib

Update:

It seems that the problem is not related to the module being in a parent directory or anything like that.

You need to add the directory that contains ptdraft to PYTHONPATH

You said that import nib worked with you, that probably means that you added ptdraft itself (not its parent) to PYTHONPATH.

import - Python: Importing modules from parent folder - Stack Overflow

from ... import nib

posted on 2012-04-20 13:05  lexus  阅读(658)  评论(0编辑  收藏  举报