Re: [BangPypers] Low level Python

2009-09-12 Thread Sidharth Kuruvila
What's on your mind? On Sat, 12 Sep 2009 01:51:57 +0530, Noufal Ibrahim nou...@gmail.com wrote: Hello everyone, Are there any people here who are interested and who've worked on the actual CPython (or any other) interpreter directly? The whole idea of unladen swallow is appealing to me

Re: [BangPypers] Low level Python

2009-09-12 Thread Noufal Ibrahim
On Sat, Sep 12, 2009 at 6:47 PM, Sidharth Kuruvila sidharth.kuruv...@gmail.com wrote: What's on your mind? Study the internals and contribute to Unladen swallow. The speed of Python is something that keeps comng up. -- ~noufal http://nibrahim.net.in

Re: [BangPypers] Low level Python

2009-09-12 Thread Noufal Ibrahim
On Sat, Sep 12, 2009 at 8:20 PM, Pradeep Gowda prad...@btbytes.com wrote: On Sat, Sep 12, 2009 at 10:43 AM, Noufal Ibrahim nou...@gmail.com wrote: On Sat, Sep 12, 2009 at 8:02 PM, Pradeep Gowda prad...@btbytes.com wrote: On Sat, Sep 12, 2009 at 10:11 AM, Noufal Ibrahim nou...@gmail.com wrote:

Re: [BangPypers] [Pythonmac-SIG] .exe r .dmg install

2009-09-12 Thread deepak gupta
Well if i am not wrong you are asking abt , How to call installer file through Python.   If i got it right then , You can directly use os.system(filepath\filename Any Switch) For silent installation , you have to pass switch,if installer supports.If you want intractive installation then just