hello,
I try to call a method which is into a module which is into a package.Â
on py I do : from package.subpackage import {*|module}Â
Is there a syntax to do it with PyCallFunction('package.subpackage.module',mth,xx) or PyImport('package.subpacakge.module') ??Â
thanks for any help
------------------------------
Manu Fernandes
------------------------------