Re: [BangPypers] Language Parsing and output generation

2011-08-23 Thread Balachandran Sivakumar
Hi, On Tue, Aug 23, 2011 at 12:39 AM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: The idea is to convert the 'Description Language' code to Lua code using Python. This involves 2 things. One is parsing and another is generation. In between 2, I need to make a tree as a

Re: [BangPypers] Language Parsing and output generation

2011-08-23 Thread Anand Balachandran Pillai
On Tue, Aug 23, 2011 at 11:15 AM, Gopalakrishnan Subramani gopalakrishnan.subram...@gmail.com wrote: I could make a grammar compiled myself. I will look into SPARK.. Anybody has experience in pyparsing http://pyparsing.wikispaces.com/ ? Under Examples http://pyparsing.wikispaces.com/Examples

[BangPypers] Updating Python 2.3.4 to 2.6.1 on RHEL 4

2011-08-23 Thread Ashutosh Narayan
Hi, I wrote a script that involves subprocess module ; and when I ran it onĀ  a production server I found that due to older version of Python 2.3.4 my script failed to execute. I have the following python version on one of the RedHat servers. Python 2.3.4 (#1, Feb 18 2008, 17:17:04) [GCC 3.4.6

Re: [BangPypers] Updating Python 2.3.4 to 2.6.1 on RHEL 4

2011-08-23 Thread Anand Balachandran Pillai
On Tue, Aug 23, 2011 at 4:16 PM, Ashutosh Narayan ashuli...@yahoo.comwrote: Hi, I wrote a script that involves subprocess module ; and when I ran it on a production server I found that due to older version of Python 2.3.4 my script failed to execute. I have the following python version on

[BangPypers] Embedded python mail server

2011-08-23 Thread Dhananjay Nene
What would be good options to embed a python mail server ? The scope is strictly restricted to automated testing. So the embedded mail server (embedded in the test cases) acts as the server which receives email and is in turn further queried to ensure receipt of email correctly. One option is

Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Anand Chitipothu
2011/8/24 Dhananjay Nene dhananjay.n...@gmail.com: What would be good options to embed a python mail server ? The scope is strictly restricted to automated testing. So the embedded mail server (embedded in the test cases) acts as the server which receives email and is in turn further queried

Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Dhananjay Nene
On Wed, Aug 24, 2011 at 11:06 AM, Anand Chitipothu anandol...@gmail.com wrote: 2011/8/24 Dhananjay Nene dhananjay.n...@gmail.com: What would be good options to embed a python mail server ? The scope is strictly restricted to automated testing. So the embedded mail server (embedded in the test