Ansys Learning Forum › Forums › Discuss Simulation › Photonics › Help for qINTERCONNECT › Reply To: Help for qINTERCONNECT
November 14, 2024 at 11:29 pm
venuskd
Subscriber
I did this as well: I added it to user variables,
Â
C:\Program Files\Lumerical\v242
Â
But with this belowe code :
import sys
sys.path.append("C:\\Program Files\\Lumerical\\v242\\api\\python\\")Â
from qinterconnect.solver import QSolver
Â
I again face this : Â ModuleNotFoundError: No module named 'qinterconnect.solver'
Â
Â