So the error came when i use or via the core.py or with this simple
row when you call the function of the frontend.pxy:
set_frontend(params)

frequency = 11977
feparams = {
    "inversion" : dvb3.frontend.INVERSION_AUTO,
    "symbol_rate" : 27500,
    "fec_inner" : dvb3.frontend.FEC_AUTO,
}

scheda = dvb3.frontend.Frontend(0)
parametri = dvb3.frontend.QPSKParameters(frequency=frequency,
inversion=2 , symbol_rate=27500,  fec_inner=9)
tipo = scheda.get_dvbtype()
params = tipo(
        frequency = frequency * 1000 * 1000,
        **feparams
        )
scheda.set_frontend(tipo) -------> in this way you get the error :
"Incorrect parameter type" File: frontend.pyx, Line: 444

and if i do :

scheda.set_frontend(parametri)

The debugged program raised the exception unhandled IOError
"(22, 'Invalid argument')"
File: frontend.pyx, Line: 364


Have you any idea

Thanks

Luca


On 27 Nov, 22:43, luca72 <[email protected]> wrote:
> loocking the frontend.pyx hoe i can call the function __dealloc__ from
> class Frontend:
>
>     def __dealloc__(self):
>         close(self.fd)
>
> Luca
>
> On 23 Nov, 15:29, luca72 <[email protected]> wrote:
>
> > test reply
>
> > On 23 Nov, 14:37, Michael Sparks <[email protected]> wrote:
>
> > > Luca,
>
> > > On Friday 20 November 2009 09:36:20 Michael Sparks wrote:
>
> > > > until I see the full file you're *currently*
> > > > editting and the *current* sourcefile, I have no chance of 
> > > > reconstructing
> > > > exactly what's happening.
>
> > > Third time lucky, hopefully.
>
> > > Please can you post:
> > >     * The code that you have tried running into pastebin.com
> > >     * The full stack trace/error that you are seeing into pastebin.com
>
> > > I can't really help you properly unless you do this. (I'll be making 
> > > random
> > > stabs in the dark which help no-one)
>
> > > Michael.
> > > --http://yeoldeclue.com/bloghttp://twitter.com/kamaelianhttp://www.kama...

--

You received this message because you are subscribed to the Google Groups 
"kamaelia" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/kamaelia?hl=en.


Reply via email to