Re: [BangPypers] Power management/consumption control module

2010-01-14 Thread Anirudh Asokan
so what we are basically saying is that there is no way one can interact/read with APCI using python??? -- Cheers, Anirudh Asokan www.anirudh.ind.in ___ BangPypers mailing list BangPypers@python.org

[BangPypers] How should I do it?

2010-01-14 Thread Eknath Venkataramani
I have a txt file in the following format: [code] confident = { count = 4, trans = { ashahvasahta = 0.74918568, atahmavaishahvaasa = 0.09095465, pahraaram\.nbha = 0.06990729, mailatae = 0.02856427, utanai = 0.01929341, anaa = 0.01578552,

Re: [BangPypers] How should I do it?

2010-01-14 Thread Dhananjay Nene
This seems to be an output of print_r of PHP. If you have a flexibility, try to have the PHP code output the data into a language neutral format (eg json, yaml, xml etc.) and then parse it in python using the appropriate parser. If not you may have to write a custom parser. I did google to find if