[BangPypers] [Opening] Python/Django Experts

2011-08-24 Thread Nilesh Daine
Hi All, We @Synnove Systems Pvt.Ltd, is looking for experienced - atleast 2 years - Python(Django,Pylon) people to join us full time. The position will be based in Pune. Please mail your CV to care...@synnovesystems.com. Thanks, Nilesh ___ BangPypers

Re: [BangPypers] Language Parsing and output generation

2011-08-24 Thread Dhananjay Nene
On Tue, Aug 23, 2011 at 11:15 AM, Gopalakrishnan Subramani 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 Python language > example is promi

Re: [BangPypers] Embedded python mail server

2011-08-24 Thread Dhananjay Nene
On Wed, Aug 24, 2011 at 12:48 PM, Gopalakrishnan Subramani wrote: > fakemail seems to be right solution to me. interesting discovery. > Had troubles with easy_install. Colleague recommended http://packages.python.org/lazr.smtptest/docs/queue.html Quickly tried out in shell .. works and looks like

Re: [BangPypers] Embedded python mail server

2011-08-24 Thread Gopalakrishnan Subramani
fakemail seems to be right solution to me. interesting discovery. On Wed, Aug 24, 2011 at 1:10 AM, Dhananjay Nene wrote: > Just discovered http://www.lastcraft.com/fakemail.php > > On Wed, Aug 24, 2011 at 12:37 PM, Dhananjay Nene > wrote: > > On Wed, Aug 24, 2011 at 12:34 PM, Dhananjay Nene >

Re: [BangPypers] Embedded python mail server

2011-08-24 Thread Dhananjay Nene
Just discovered http://www.lastcraft.com/fakemail.php On Wed, Aug 24, 2011 at 12:37 PM, Dhananjay Nene wrote: > On Wed, Aug 24, 2011 at 12:34 PM, Dhananjay Nene > wrote: >> On Wed, Aug 24, 2011 at 12:25 PM, Gopalakrishnan Subramani >> wrote: >>> So you basically look for SMTP and also a POP3 ac

Re: [BangPypers] Embedded python mail server

2011-08-24 Thread Dhananjay Nene
On Wed, Aug 24, 2011 at 12:34 PM, Dhananjay Nene wrote: > On Wed, Aug 24, 2011 at 12:25 PM, Gopalakrishnan Subramani > wrote: >> 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 reac

Re: [BangPypers] Embedded python mail server

2011-08-24 Thread Dhananjay Nene
On Wed, Aug 24, 2011 at 12:25 PM, Gopalakrishnan Subramani wrote: > 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 >

Re: [BangPypers] setuptools and distutils confusion

2011-08-24 Thread Gopalakrishnan Subramani
Thanks Noufal. I misunderstood. I was using disutils for to create a package for my app. -- Gopal On Wed, Aug 24, 2011 at 12:53 AM, Noufal Ibrahim wrote: > Gopalakrishnan Subramani writes: > > > setuptools is for the users who use a package produced by someone. > > disutils is for users wh