Python error “ImportError: No module named”

后端 未结 29 2619
野的像风
野的像风 2020-11-22 07:46

Python is installed in a local directory.

My directory tree looks like this:

(local directory)/site-packages/toolkit/interface.py

29条回答
  •  一向
    一向 (楼主)
    2020-11-22 07:59

    My problem was that I added the directory with the __init__.py file to PYTHONPATH, when actually I needed to add its parent directory.

提交回复
热议问题