hello, in module A, I have a class X, inheriting from class Z, defined in module B. in module A, I therefore do a "from B import Z"....and lower in the file A.py, I define class "def class X(Z)"... when I click on Z, wingide says "cannot infer type"... is this normal? Am I making any mistake? thanks a lot! Stan.