Python file Error

Shubham_Nagalwade
Hello,
I am working on a kite developer app. I have a python scripts but error in python package
code file name: connect.py
from .__version__ import __version__, __title__

SystemError: Parent module '' not loaded, cannot perform relative import

  • sujith
    You can check out the python path and the path on which you are running the script.
    Go through the pykiteconnect section on FAQs.
  • Shubham_Nagalwade
    Hello,
    all python files in same folder. Alos me run the all files in virtual environment in python3 version.
    then also same error.
Sign In or Register to comment.