how can I solve this issue “Traceback (most recent call last):
File “city::Sop/processor::1.0/process_city_no_PDG”, line 1, in
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.759/houdini/python3.7libs\hou.py”, line 47568, in getattr
return hou.HDAModule___getattr_(self, name)
AttributeError: ‘module’ object has no attribute ‘process_city’”
Hey,
Same issue did you find any kind of solution if yes please help me.
Thanks
I know, I am late but to solve the error just right click to city processor and open up the type properties after that goes to script tab and add () to every print statement, ex: print(“Hello World”). So yes it worked for me. I wish it works for you also.