Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#80 closed helpdesk (solved)

[TP DSX] AttributeError: Config instance has no attribute 'doConfigure'

Reported by: benhaj atef <benhajatef@…> 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)

Capture.png (81.1 KB) - added by benhaj atef <benhajatef@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by benhaj atef <benhajatef@…>

Attachment: Capture.png added

comment:1 Changed 13 years ago by anonymous

Priority: majorN/A
Resolution: solved
Status: newclosed
Type: defecthelpdesk

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

comment:2 Changed 13 years ago by benhaj atef <benhajatef@…>

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"

Note: See TracTickets for help on using tickets.