Rodolfo Gomes
Rodolfo Gomes
Please @PiotrDabkowski review this :(
Im facing this same issue as @jomaldxbox . I already did all the fix steps commented previously but no success with all of them. Anyone still having this same problem?...
> Hello! Wondering if this fix got checked in? Looks like I am running into the same problem, and I would need to go into the code to fix it...
stacktrace from error ``` C:\Python\lib\site-packages\js2py\base.py in __call__(self, *args) 1201 if '_prop_of' in self.__dict__: 1202 parent, meth = self.__dict__['_prop_of'] -> 1203 return to_python(parent._obj.callprop(meth, *args)) 1204 return to_python(self._obj(*args)) 1205 C:\Python\lib\site-packages\js2py\base.py in callprop(self,...