#80 closed helpdesk (solved)
[TP DSX] AttributeError: Config instance has no attribute 'doConfigure'
Reported by: | Owned by: | Nicolas Pouillon | |
---|---|---|---|
Priority: | N/A | Component: | utils |
Keywords: | dsx | Cc: |
Description
Lors de l'exécution de $/opt/dsx/examples/MjpegCourse/tp2/splitmsg/ ./splitmsg.py , j'ai rencontré l'erreur suivant:
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | Capture.png added |
---|
comment:1 Changed 14 years ago by
Priority: | major → N/A |
---|---|
Resolution: | → solved |
Status: | new → closed |
Type: | defect → helpdesk |
comment:2 Changed 14 years ago by
thank you Yes I put "mt = archi.create" in the file vgmn_noirq_mono.py but the same error message
Traceback (most recent call last):
File "./splitmsg.py", line 15, in<module>
hard = VgmnNoirqMono()
File "/opt/dsx/examples/MjpegCourse/tp2/splitmsg/vgmn_noirq_mono.py", line 34, in VgmnNoirqMono ident = 0) File "/opt/dsx/lib/python/soclib/platform.py", line 102, in create
c = Component(name, module, self.env,a)
File "/opt/dsx/lib/python/soclib/component.py", line 381, in init mod = get_module(module) File "/opt/dsx/lib/python/soclib_desc/description_files.py", line 209, in get_module
return soclib_desc_registry[name]
File "/opt/dsx/lib/python/soclib_desc/description_files.py", line 111, in getitem
raise NoSuchComponent(key)
soclib_desc.description_files.NoSuchComponent: NoSuchComponent "caba:iss_wrapper"
Looks like a bug in the example file. Put "mt=" on the following line. I fixed the relevant repository files.
From now on, please post DSX-related questions to https://www-asim.lip6.fr/trac/dsx/
Thanks