Ticket #132 (closed defect: fixed)
Error when running Python components
| Reported by: | cdietric | Owned by: | DrewCormier |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component | Version: | |
| Keywords: | Cc: |
Description
When running python components as single-component waveforms, get the following error in nodeBooter window. In the past, we have only successfully tested ALF's timing feature with Python components. This ticket must be resolved to re-check that feature:
AppFact?: executing-> bin/pycomp1/pycomp1.py Identifier - DCE:e771bcd2-a2eb-11dc-82a1-000c293900e5 Label - DomainName?1/OSSIE::_pycomp11_1/pycomp1 Traceback (most recent call last):
File "bin/pycomp1/pycomp1.py", line 224, in <module>
orb = ORB_Init(uuid, label)
File "bin/pycomp1/pycomp1.py", line 204, in init
self.pycomp1_Obj = pycomp1_i(uuid, label, obj_poa)
File "bin/pycomp1/pycomp1.py", line 47, in init
CF._objref_Resource.init(self._this())
TypeError?: unbound method init() must be called with _objref_Resource instance as first argument (got _objref_Resource instance instead)