Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Gopalakrishnan Subramani
So you basically look for SMTP and also a POP3 access to the server? With that you could send a mail using SMTP and retrieve using POP3 to make sure the mail reached safely? There is no way to get the return receipt in SMTP (sorry, I could be wrong since I coded SMTP & POP3 6 years back with limite

Re: [BangPypers] setuptools and distutils confusion

2011-08-23 Thread Noufal Ibrahim
Gopalakrishnan Subramani writes: > setuptools is for the users who use a package produced by someone. > disutils is for users who produce the package. Not really. distutils is the packaging system provided by the standard library. setuptools is an extension of distutils which provides automati

Re: [BangPypers] setuptools and distutils confusion

2011-08-23 Thread Gopalakrishnan Subramani
setuptools is for the users who use a package produced by someone. disutils is for users who produce the package. On Wed, Aug 24, 2011 at 12:35 AM, Amit Sethi wrote: > Hi all, > I am really confused as to how setuptools and distutils work. > Basically what i want to achieve is be able to inst

Re: [BangPypers] setuptools and distutils confusion

2011-08-23 Thread Noufal Ibrahim
Amit Sethi writes: > Hi all, > I am really confused as to how setuptools and distutils work. > Basically what i want to achieve is be able to install packages in my > local environment and not globally ( just a preference ) . I know I > can use virtualenv and distribute but i just want to do some

Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Dhananjay Nene
On Wed, Aug 24, 2011 at 12:03 PM, Gopalakrishnan Subramani wrote: > Use the http://hg.python.org/cpython/file/2.7/Lib/smtpd.py server. smtpd is > a proxy so only look at the client interface level, you may not need to push > to local server, no need to store to DB etc. > > you copy the file and mo

Re: [BangPypers] Language Parsing and output generation

2011-08-23 Thread Gopalakrishnan Subramani
This is not about running Lua inside Python or Python inside Lua. I will go thorough few of tools you all mentioned and will back. Making a grammar is really fun. I am more curious to know how the AST would turn to be. -- Gopal On Tue, Aug 23, 2011 at 3:04 AM, Anand Balachandran Pillai < abpi

[BangPypers] setuptools and distutils confusion

2011-08-23 Thread Amit Sethi
Hi all, I am really confused as to how setuptools and distutils work. Basically what i want to achieve is be able to install packages in my local environment and not globally ( just a preference ) . I know I can use virtualenv and distribute but i just want to do some simple testing and don't reall

Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Gopalakrishnan Subramani
Use the http://hg.python.org/cpython/file/2.7/Lib/smtpd.py server. smtpd is a proxy so only look at the client interface level, you may not need to push to local server, no need to store to DB etc. you copy the file and modify and wrap to meet your automation needs and to get the response confirma

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

2011-08-23 Thread Ashutosh Narayan
Worked for me. Thanks !   ~ Ashutosh > >From: Anand Balachandran Pillai >To: Ashutosh Narayan ; Bangalore Python Users Group - >India >Sent: Tuesday, August 23, 2011 5:06 PM >Subject: Re: [BangPypers] Updating Python 2.3.4 to 2.6.1 on RHEL 4 > > > > > >On Tue,

Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Dhananjay Nene
On Wed, Aug 24, 2011 at 11:06 AM, Anand Chitipothu wrote: > 2011/8/24 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 >>

Re: [BangPypers] Embedded python mail server

2011-08-23 Thread Anand Chitipothu
2011/8/24 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

[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 htt

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 wrote: > 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

[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] 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/Exa

Re: [BangPypers] Create Better Python community

2011-08-23 Thread Sreekanth S Rameshaiah
On 23 August 2011 05:21, Senthil Kumaran wrote: > On Fri, Aug 19, 2011 at 05:59:37PM +0530, Kenneth Gonsalves wrote: > > > > > > > > on several occasions we had 2 > > > > > > > > > > I dont call that a user group meeting. That is definitely > > > apathy though better than no meeting any day. >