Vipul
10/17/2020, 3:24 PMif self.import_paths:
python_path += self.import_paths
current_env["PYTHONPATH"] = ":".join(python_path)
As I am working on Windows I realise that the colon to separate the Python path might not work and it should have been Semicolon for Windowsnicholas
Vipul
10/19/2020, 4:08 PM