Ticket #132 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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)

Change History

Changed 5 years ago by cdietric

  • owner changed from cdietric to DrewCormier

Changed 5 years ago by cdietric

  • status changed from new to closed
  • resolution set to fixed

Appears to be fixed in r5984. Reopen if needed.

Changed 5 years ago by anonymous

  • milestone 0.6.2 deleted

Milestone 0.6.2 deleted

Note: See TracTickets for help on using tickets.