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.nibUpdate:
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
ptdraftto PYTHONPATHYou said that
import nibworked with you, that probably means that you addedptdraftitself (not its parent) to PYTHONPATH.
import - Python: Importing modules from parent folder - Stack Overflow
from ... import nib
浙公网安备 33010602011771号