Re: [Python] xml-rpc a miltiprocess

2012-08-30 Per discussione Matteo Boscolo
Il 30/08/2012 20:58, Manlio Perillo ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 30/08/2012 20:15, Matteo Boscolo ha scritto: Ciao A tutti ho una classe fatta cosi... class Application(object): ... ... def computeIntegration(self,nodeEngineName): """

Re: [Python] xml-rpc a miltiprocess

2012-08-30 Per discussione Matteo Boscolo
Il 30/08/2012 20:58, Manlio Perillo ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 30/08/2012 20:15, Matteo Boscolo ha scritto: Ciao A tutti ho una classe fatta cosi... class Application(object): ... ... def computeIntegration(self,nodeEngineName): """

Re: [Python] xml-rpc a miltiprocess

2012-08-30 Per discussione Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 30/08/2012 20:15, Matteo Boscolo ha scritto: > Ciao A tutti > ho una classe fatta cosi... > > class Application(object): > ... > ... > def computeIntegration(self,nodeEngineName): > """ > compute the bom solved to

[Python] xml-rpc a miltiprocess

2012-08-30 Per discussione Matteo Boscolo
Ciao A tutti ho una classe fatta cosi... class Application(object): ... ... def computeIntegration(self,nodeEngineName): """ compute the bom solved to the editor """ try: if not nodeEngineName in self._nodesEngines: rais