Bouncing this mail to the mailing list. Regarding the comment "the mailing list is deleted?" - no the mailing list moved to google groups a long while back - __as that page states__ .
Incidentally, Mailing me off list repeatedly is not a good way to guarantee a response. When people have license queries I'll often happily answer them off list, since really whilst relevant isn't particularly interesting to a wider audience IMO. But when there's a technical q, asking only one person your question limits the people who can answer your question - reducing the chances of a useful answer. (sorry if this comes over as overly terse to anyone, I'm a bit pressed for time at the moment) (translated to italian using google translate - for luca : Tradotto in italiano con Google Translate - per luca: Bouncing questa mail alla mailing list. Per quanto riguarda il commento "la mailing list è cancellato?" - La mailing list non si trasferì a Google Gruppi a lungo indietro - __as questa pagina states__. Per inciso, a me off Mailing list volte non è un buon modo per garantire una risposta. Quando la gente ha domande di licenza io spesso felicemente rispondere fuori dalla lista, perché in realtà pur rilevanti, non è particolarmente interessante per un pubblico più ampio IMO. Ma quando c'è un q tecnico, chiedendo solo una persona alla tua domanda limita le persone che possono rispondere alla tua domanda - la riduzione della possibilità di una risposta utile. Ci dispiace se questo si avvicina eccessivamente laconico a nessuno, io sono un po 'poco tempo in questo momento. ) Michael. ---------- Forwarded Message ---------- Subject: R: Re: Tuning Date: Monday 30 November 2009 From: "[email protected]" <[email protected]> To: [email protected] Hello and sorry if i reply to your mail, but the mailing list is deleted? http://www.kamaelia.org/mailinglists second point really 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) And finally yes i'm Italian and my english is bad. (sorry), buti understand what you write. Thanks Luca >----Messaggio originale---- >Da: spark...@gmail. com >Data: 28/11/2009 15.34 >A: "luca72"<[email protected]> >Ogg: Re: Tuning > >Luca, > > >On Saturday 28 November 2009 00:06:08 luca72 wrote: >> Have you any idea > >I have asked you to post the entirety of the files you are using. If you don't >post the entirety of the files you are using I cannot debug your problem. >(That's why I have not replied further) > >Seriously, I want to help, but if you want my help, you do need to provide me >with full information. This means posting: > * A complete file which you are running > * If you are changing Kamaelia files, either: > - Posting a diff created by: > svn diff > - Post a diff using the "diff" command > - Post a copy of the *complete* file you are changing. > >Finally, using full sentences help. > >I note from your email address that you may be italian and english may not be >your first language. As a result I am also posting this using a translation >from google translate. > >Also, please post queries to the kamaelia mailing list. Mailing me direct >risks me not seeing your mail and it going unanswered. > > >Italian version translated using translate.google.com: >Versione italiana tradotta con translate.google.com: > > >Ho chiesto di pubblicare l'insieme dei file che si sta utilizzando. Se non >inserisci la totalità dei file che si sta utilizzando non riesco a eseguire >il debug del problema. (Ecco perché non ho più risposto) > >Scherzi a parte, voglio aiutare, ma se si vuole il mio aiuto, si ha bisogno di >fornirmi tutte le informazioni. Questo significa distacco: > * Un file __completo__, che si esegue > * Se si stanno modificando i file Kamaelia, sia: > - Registrazione di una diff creato da: > svn diff > - Invia un diff usando il diff "comando" > - Invia una copia del * completa * file che si sta cambiando. > >Infine, usando frasi di aiuto. > >Prendo atto dal tuo indirizzo e-mail che vi possono essere italiano e in >inglese non può essere la vostra prima lingua. Come risultato sono anche >postando usando una traduzione da Google Translate. > >Inoltre, si prega di inviare domande alla mailing list kamaelia. Mailing me >rischi diretti a me non vedere la posta e andare senza risposta. > > >Regards, > > > > >Michael. >-- >http://yeoldeclue. com/blog >http://twitter.com/kamaelian >http://www.kamaelia.org/Home > > -- 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.
