Dear All, Hello, I am very new at python. I have an existing example project that have some scripts YYY,in path XXX/YYY and an script A.py that call these one by one, I only want to add an script ZZZ.py to the YYY scripts so that call after them. I add this scrit in the same path (XXX/ZZZ.py) and try to import it in the A.py and call it. but i got this error " "python import error no module named XXX/ZZZ.py
I wounder what is the difference? Why python can import XXX/YYY py files but returns this error for ZZZ.py? Anybody could help me? Thanks in advance