Hello again : this is my file: import dvb3 from dvb3 import frontend scheda = dvb3.frontend.Frontend(0) frequency = 11977 parametri = dvb3.frontend.QPSKParameters(frequency=frequency, inversion=dvb3.frontend.INVERSION_AUTO , symbol_rate=27500, fec_inner=dvb3.frontend.FEC_AUTO) params = (parametri.frequency, parametri.inversion, parametri.symbol_rate, parametri.fec_inner) scheda.set_frontend(params)
i get this error haveyou some ideas? The debugged program raised the exception unhandled ParameterError "Incorrect parameter type" File: frontend.pyx, Line: 444 -- You received this message because you are subscribed to the Google Groups "kamaelia" group. To post to this group, send email to kamae...@googlegroups.com. To unsubscribe from this group, send email to kamaelia+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/kamaelia?hl=en.