Re: [BangPypers] What is the output of this python program?

2013-04-05 Thread Ruchir Shukla
m/store/apps/developer?id=Agiliq> > | Our > iOS Apps <https://itunes.apple.com/us/artist/agiliq/id407918088> > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > --

Re: [BangPypers] Need Help for xmlrpclib with ref SgmlopParser in python 2.7 ubuntu 12.04

2012-09-27 Thread Ruchir Shukla
, Sep 27, 2012 at 5:53 PM, Arvind wrote: > On Fri, Sep 21, 2012 at 01:17:18PM +0530, Ruchir Shukla wrote: > > My problem is I am sending Raw Mail from Mail client to the Python XMLRPC > > API . > > > > and raw mail has content invalid documents or content is not well-fo

Re: [BangPypers] Need Help for xmlrpclib with ref SgmlopParser in python 2.7 ubuntu 12.04

2012-09-21 Thread Ruchir Shukla
But I would not suggest doing that. It would > be rather easier to traceback your ExpatParser to see where it is > misbehaving and fix it. > > - Original Message - > From: Ruchir Shukla > Sent: 09/21/12 12:53 PM > To: Bangalore Python Users Group - India > Subject: Re:

Re: [BangPypers] Need Help for xmlrpclib with ref SgmlopParser in python 2.7 ubuntu 12.04

2012-09-21 Thread Ruchir Shukla
XML-like data that are > not well-formed. > > - Original Message ----- > From: Ruchir Shukla > Sent: 09/21/12 11:22 AM > To: Bangalore Python Users Group - India > Subject: [BangPypers] Need Help for xmlrpclib with ref SgmlopParser in > python 2.7 ubuntu 12.04 > >

[BangPypers] Need Help for xmlrpclib with ref SgmlopParser in python 2.7 ubuntu 12.04

2012-09-20 Thread Ruchir Shukla
problem when I am sending Mail content in the xmlrpc call "ExpatParser" is miss-behaving . while with python2.6 SgmlopParser is parsing it very well . Thank you in advance . -- Kind regards Ruchir Shukla Phone: +91 9099020687 ruchiryshu...@gmail.com; Ruc

Re: [BangPypers] mac IP

2011-04-14 Thread Ruchir Shukla
> BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -------- Kind regards Ruchir Shukla Phone: +91 9099020687 ruchiryshu...@gmail.com; Ruchir Shukla <http://ruchir-shukla.b

Re: [BangPypers] Nice "feature"

2011-04-01 Thread Ruchir Shukla
the list too. > > >>> a, b = 1, [2, 3, 4] > >>> foo = (a, b) > >>> b += [5] > >>> foo > (1, [2, 3, 4, 5]) > >>> > > > > -- > http://about.me/rosh > _______ > BangPypers mail

Re: [BangPypers] Python meetup in Delhi

2010-09-02 Thread Ruchir Shukla
> > > -- > The hidden harmony is better than the obvious!! > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -- Ruchir Shukla ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] A link I found today

2009-10-12 Thread Ruchir Shukla
ease ;) > > -- > Baiju M > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- -- Ruchir Shukla ___ BangPypers mailing l

Re: [BangPypers] Regarding 2 XML Files Comparision using Python

2009-06-04 Thread Ruchir Shukla
okay sorry :) will keep in mind On Thu, Jun 4, 2009 at 3:20 PM, Venkatraman S wrote: > On Thu, Jun 4, 2009 at 3:07 PM, Ruchir Shukla wrote: > >> import difflib >> f=open('text1.txt','rb') >> text1=f.read() >> f.close() >> f=open('te

Re: [BangPypers] Regarding 2 XML Files Comparision using Python

2009-06-04 Thread Ruchir Shukla
; Prasad > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- -- Thanking You Ruchir Shukla ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] PyCon India logo contest!

2009-05-21 Thread Ruchir Shukla
It is also Good , as good as before :) On Thu, May 21, 2009 at 5:00 PM, BR!j!TH wrote: > What about a slight color change in "*pycon04-scaled.jpg"* . > > 2009/5/21 Ruchir Shukla > > Hello, >> all are good specially last one "*pycon04-scale

Re: [BangPypers] PyCon India logo contest!

2009-05-21 Thread Ruchir Shukla
up on the wiki in the > evening. > > > > -- > ~noufal > > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > > -- -- Ruchir Shukl

Re: [BangPypers] PyCon India logo contest!

2009-05-21 Thread Ruchir Shukla
gt; # 33-34, 2nd Floor, > Hennur Cross, Hennur Road, > Bangalore, India - 560043 > Phone: +91 80 4115 0580/1 > Mobile: +91 98455 12611 > www.mahiti.org > > _______ > BangPypers mailing list > BangPypers@python.org > http://mail.pyth

Re: [BangPypers] Help in reading the pdf file

2009-03-27 Thread Ruchir Shukla
previous was not good sorry. i have used this to to read pdf file import popen2 from StringIO import StringIO class InputStreamReader(object): def __init__(self, inputStream, encoding): super(InputStreamReader, self).__init__() self.inputStream = inputStream

Re: [BangPypers] Help in reading the pdf file

2009-03-27 Thread Ruchir Shukla
i have used this to to read pdf file import popen2 from StringIO import StringIO class InputStreamReader(object): def __init__(self, inputStream, encoding): super(InputStreamReader, self).__init__() self.inputStream = inputStream self.encoding = encoding or 'utf-8'

Re: [BangPypers] combine Turbogears2 in Python Applications

2009-03-12 Thread Ruchir Shukla
i think you should check the web-client (etiny) of the OpenERP u may find the solution. > > Message: 4 > Date: Thu, 12 Mar 2009 12:35:11 +0530 > From: "Sibtey Mehdi" > Subject: [BangPypers] combine Turbogears2 in Python Applications > To: "'Bangalore Python Users Group - India'" > Message-ID: <

Re: [BangPypers] date/time difference between two dates

2009-02-19 Thread Ruchir Shukla
mple problem to you experts, but, I am > not a programmer. I am a python enthusiast trying to automate few of my > jobs. > > Thanks, > Thanks & Regards, Ruchir Shukla Application Engineer <>___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers