Opened 14 years ago
Closed 14 years ago
#24 closed task (fixed)
TP DSX
Reported by: | Owned by: | Nicolas Pouillon | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | dsx | Version: | |
Keywords: | Cc: |
Description
Lors de l'exécution de $/opt/dsx/examples/MjpegCourse/tp2/splitmsg/ ./splitmsg.py , j'ai rencontré l'erreur suivant:
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"
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This example uses a module not present is SoCLib any more. This will be fixed some day, like it has been done for other platforms.
I have no time to fix this right now. I'm keeping this ticket opened as a reminder.
If you supply a working patch, I'll be more than happy to commit it.