Re: [Python] Usate make?

2008-06-25 Per discussione Nicola Larosa
> Carlo C8E Miron wrote: >> Prova a buttare un occhio anche a Waf >> Nicola Larosa wrote: > Nah, non mi piace. Tra i build tool, io voto Paver: > > http://www.blueskyonmars.com/projects/paver/ Avendo approfondito (grazie C8E) noto che Waf gestisce dipendenze fra t

Re: [Python] Refactoring in wxPython

2008-06-25 Per discussione Y3s
Il giorno 24/giu/08, alle ore 14:45, Mr.SpOOn ha scritto: > On Mon, Jun 23, 2008 at 8:08 PM, Y3s <[EMAIL PROTECTED]> wrote: >> Metterle in una lista? O meglio, in un dizionario? >> In realtà in python hai anche setattr: >> >> for name in ("t1", "t2", "t3"): >> setattr(mioframe, name, wx.TextC

Re: [Python] Gestione tastiera in un loop

2008-06-25 Per discussione silvio berlingieri
ho trovato qualcosa qui http://www.java2s.com/Code/Python/Event/Keyactionanykeypressed.htm Il 25 giugno 2008 11.38, <[EMAIL PROTECTED]> ha scritto: > Scusate la domanda forse sciocca ma sono ancora poco ferrarto in python > [image: > Sorriso Emoticon] > > Ho questo loop che legge di continuo

Re: [Python] Usate make?

2008-06-25 Per discussione Nicola Larosa
Carlo C8E Miron wrote: > Prova a buttare un occhio anche a Waf > Nah, non mi piace. Tra i build tool, io voto Paver: http://www.blueskyonmars.com/projects/paver/ -- Nicola Larosa - http://www.tekNico.net/ If Twisted Matrix was implemented in Ruby it would be adv

[Python] Gestione tastiera in un loop

2008-06-25 Per discussione farolfo
Scusate la domanda forse sciocca ma sono ancora poco ferrarto in python Ho questo loop che legge di continuo i dati proveninti dalla porta seriale while 1: ReadComm = PhoneProfile.SerialPort.readline() if ReadComm!='': print ReadComm Ho guardato l