> Hi there, > > at my system vfd plugin is failing with this error: > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 557, > in __load_plugin__ > p = eval(object)() > File "/usr/lib/python2.4/site-packages/freevo/plugins/vfd.py", line > 535, in __init__ > self.clear() > File "/usr/lib/python2.4/site-packages/freevo/plugins/vfd.py", line > 333, in clear > self.send(self.msg(1,1)) > File "/usr/lib/python2.4/site-packages/freevo/plugins/vfd.py", line > 312, in send > raise e > USBError: error sending control message: No such file or directory > > I cant understand as the "setvfd" script is very similar to vfd.py and > the setvfd works fine. any clues?
Have you downloaded the usb stuff and applied the naming patch? There is an unfortunate naming clash with freevo usb module. I could also be a bug in the vfd module. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
